#E3DC28

Color #E3DC28 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E3DC28

Tints of Golden Fizz #E3DC28

Color information

#E3DC28 (or 0xE3DC28) is unknown color: approx Golden Fizz. HEX triplet: E3, DC and 28. RGB value is (227,220,40). Sum of RGB (Red+Green+Blue) = 227+220+40=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DC28 is #1C23D7. Grayscale: #CACACA. Windows color (decimal): -1844184 or 2677987. OLE color: 2677987.

HSL color Cylindrical-coordinate representation of color #E3DC28: hue angle of 57.75º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3DC28 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB22722040-
CMYK00.030.820.11
HSL57.75º76.95%52.35%-
HSV(B)57.75º82.38%89.02%-
XYZ57.6567.6712.03-
YUV201.5736.82146.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 46.61%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 40 (16.02% from 255) = 8.21%
R=46.61%
G=45.17%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272204000.030.820.1157.7576.9552.35
HexE3DC280352B3a4d34
Octal3433345003122137211564
Binary1110001111011100101000011101001010111110101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DC28; }

 p { color: rgb(227,220,40); }

 H1.HeaderClassName
 {
   color: #E3DC28;
 }
 .AnyTagClassName
 {
   color: #E3DC28;
 }
</style>
background-color css

<style>
 a { background-color: #E3DC28; }

 a { background-color: rgb(227,220,40); }

 div.DivClassName
 {
   background-color: #E3DC28;
 }
 .BgClassName
 {
   background-color: #E3DC28;
 }
</style>
border-color css

<style>
 span { border-color: #E3DC28; }

 span { border-color: rgb(227,220,40); }

 td.TdClassName
 {
   border-color: #E3DC28;
 }
 .TagClassName
 {
   border-color: #E3DC28;
 }
</style>