#ECDE7F

Color #ECDE7F Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #ECDE7F

Tints of Light Goldenrod #ECDE7F

Color information

#ECDE7F (or 0xECDE7F) is unknown color: approx Light Goldenrod. HEX triplet: EC, DE and 7F. RGB value is (236,222,127). Sum of RGB (Red+Green+Blue) = 236+222+127=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE7F is #132180. Grayscale: #D7D7D7. Windows color (decimal): -1253761 or 8380140. OLE color: 8380140.

HSL color Cylindrical-coordinate representation of color #ECDE7F: hue angle of 52.29º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECDE7F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB236222127-
CMYK00.060.460.07
HSL52.29º74.15%71.18%-
HSV(B)52.29º46.19%92.55%-
XYZ64.5471.6130.5-
YUV215.3678.14142.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 127 (50% from 255) = 21.71%
R=40.34%
G=37.95%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622212700.060.460.0752.2974.1571.18
HexECDE7F062E7344a47
Octal3543361770656764112107
Binary11101100110111101111111011010111011111010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE7F; }

 p { color: rgb(236,222,127); }

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

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

 a { background-color: rgb(236,222,127); }

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

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

 span { border-color: rgb(236,222,127); }

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