#ECDE82

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

Shades of Light Goldenrod #ECDE82

Tints of Light Goldenrod #ECDE82

Color information

#ECDE82 (or 0xECDE82) is unknown color: approx Light Goldenrod. HEX triplet: EC, DE and 82. RGB value is (236,222,130). Sum of RGB (Red+Green+Blue) = 236+222+130=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE82 is #13217D. Grayscale: #D8D8D8. Windows color (decimal): -1253758 or 8576748. OLE color: 8576748.

HSL color Cylindrical-coordinate representation of color #ECDE82: hue angle of 52.08º 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 #ECDE82 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236222130-
CMYK00.060.450.07
HSL52.08º73.61%71.76%-
HSV(B)52.08º44.92%92.55%-
XYZ64.7471.6931.54-
YUV215.779.64142.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 130 (51.17% from 255) = 22.11%
R=40.14%
G=37.76%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622213000.060.450.0752.0873.6171.76
HexECDE82062D7344a48
Octal3543362020655764112110
Binary111011001101111010000010011010110111111010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE82; }

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

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

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

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

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

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

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

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