#ECDC82

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

Shades of Light Goldenrod #ECDC82

Tints of Light Goldenrod #ECDC82

Color information

#ECDC82 (or 0xECDC82) is unknown color: approx Light Goldenrod. HEX triplet: EC, DC and 82. RGB value is (236,220,130). Sum of RGB (Red+Green+Blue) = 236+220+130=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC82 is #13237D. Grayscale: #D6D6D6. Windows color (decimal): -1254270 or 8576236. OLE color: 8576236.

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

Color convert

RGB236220130-
CMYK00.070.450.07
HSL50.94º73.61%71.76%-
HSV(B)50.94º44.92%92.55%-
XYZ64.2170.6331.37-
YUV214.5280.3143.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 130 (51.17% from 255) = 22.18%
R=40.27%
G=37.54%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622013000.070.450.0750.9473.6171.76
HexECDC82072D7334a48
Octal3543342020755763112110
Binary111011001101110010000010011110110111111001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC82; }

 p { color: rgb(236,220,130); }

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

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

 a { background-color: rgb(236,220,130); }

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

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

 span { border-color: rgb(236,220,130); }

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