#ECDC81

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

Shades of Light Goldenrod #ECDC81

Tints of Light Goldenrod #ECDC81

Color information

#ECDC81 (or 0xECDC81) is unknown color: approx Light Goldenrod. HEX triplet: EC, DC and 81. RGB value is (236,220,129). Sum of RGB (Red+Green+Blue) = 236+220+129=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC81 is #13237E. Grayscale: #D6D6D6. Windows color (decimal): -1254271 or 8510700. OLE color: 8510700.

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

Color convert

RGB236220129-
CMYK00.070.450.07
HSL51.03º73.79%71.57%-
HSV(B)51.03º45.34%92.55%-
XYZ64.1570.631.02-
YUV214.4179.8143.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 129 (50.78% from 255) = 22.05%
R=40.34%
G=37.61%
B=22.05%

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
Decimal23622012900.070.450.0751.0373.7971.57
HexECDC81072D7334a48
Octal3543342010755763112110
Binary111011001101110010000001011110110111111001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC81; }

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

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

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

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

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

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

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

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