#ECDC7F

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

Shades of Light Goldenrod #ECDC7F

Tints of Light Goldenrod #ECDC7F

Color information

#ECDC7F (or 0xECDC7F) is unknown color: approx Light Goldenrod. HEX triplet: EC, DC and 7F. RGB value is (236,220,127). Sum of RGB (Red+Green+Blue) = 236+220+127=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC7F is #132380. Grayscale: #D6D6D6. Windows color (decimal): -1254273 or 8379628. OLE color: 8379628.

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

Color convert

RGB236220127-
CMYK00.070.460.07
HSL51.19º74.15%71.18%-
HSV(B)51.19º46.19%92.55%-
XYZ64.0270.5530.32-
YUV214.1878.8143.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 127 (50% from 255) = 21.78%
R=40.48%
G=37.74%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622012700.070.460.0751.1974.1571.18
HexECDC7F072E7334a47
Octal3543341770756763112107
Binary11101100110111001111111011110111011111001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC7F; }

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

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

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

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

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

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

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

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