#E3DC2C

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

Shades of Golden Fizz #E3DC2C

Tints of Golden Fizz #E3DC2C

Color information

#E3DC2C (or 0xE3DC2C) is unknown color: approx Golden Fizz. HEX triplet: E3, DC and 2C. RGB value is (227,220,44). Sum of RGB (Red+Green+Blue) = 227+220+44=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DC2C is #1C23D3. Grayscale: #CACACA. Windows color (decimal): -1844180 or 2940131. OLE color: 2940131.

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

Color convert

RGB22722044-
CMYK00.030.810.11
HSL57.7º76.57%53.14%-
HSV(B)57.7º80.62%89.02%-
XYZ57.7367.712.41-
YUV202.0338.82145.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 44 (17.58% from 255) = 8.96%
R=46.23%
G=44.81%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272204400.030.810.1157.776.5753.14
HexE3DC2C0351B3a4d35
Octal3433345403121137211565
Binary1110001111011100101100011101000110111110101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DC2C; }

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

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

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

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

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

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

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

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