#EED178

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

Shades of Golden Glow #EED178

Tints of Golden Glow #EED178

Color information

#EED178 (or 0xEED178) is unknown color: approx Golden Glow. HEX triplet: EE, D1 and 78. RGB value is (238,209,120). Sum of RGB (Red+Green+Blue) = 238+209+120=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED178 is #112E87. Grayscale: #CFCFCF. Windows color (decimal): -1126024 or 7918062. OLE color: 7918062.

HSL color Cylindrical-coordinate representation of color #EED178: hue angle of 45.25º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED178 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238209120-
CMYK00.120.500.07
HSL45.25º77.63%70.2%-
HSV(B)45.25º49.58%93.33%-
XYZ61.4565.1327.1-
YUV207.5278.61149.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 209 (82.03% from 255) = 36.86%
BLUE value IS 120 (47.27% from 255) = 21.16%
R=41.98%
G=36.86%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820912000.120.500.0745.2577.6370.2
HexEED1780C3272d4e46
Octal35632117001462755116106
Binary111011101101000111110000110011001011110110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED178; }

 p { color: rgb(238,209,120); }

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

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

 a { background-color: rgb(238,209,120); }

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

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

 span { border-color: rgb(238,209,120); }

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