#ECDE7D

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

Shades of Light Goldenrod #ECDE7D

Tints of Light Goldenrod #ECDE7D

Color information

#ECDE7D (or 0xECDE7D) is unknown color: approx Light Goldenrod. HEX triplet: EC, DE and 7D. RGB value is (236,222,125). Sum of RGB (Red+Green+Blue) = 236+222+125=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE7D is #132182. Grayscale: #D7D7D7. Windows color (decimal): -1253763 or 8249068. OLE color: 8249068.

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

Color convert

RGB236222125-
CMYK00.060.470.07
HSL52.43º74.5%70.78%-
HSV(B)52.43º47.03%92.55%-
XYZ64.4271.5629.82-
YUV215.1377.14142.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 125 (49.22% from 255) = 21.44%
R=40.48%
G=38.08%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622212500.060.470.0752.4374.570.78
HexECDE7D062F7344a47
Octal3543361750657764112107
Binary11101100110111101111101011010111111111010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE7D; }

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

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

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

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

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

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

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

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