#ECDC77

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

Shades of Light Goldenrod #ECDC77

Tints of Light Goldenrod #ECDC77

Color information

#ECDC77 (or 0xECDC77) is unknown color: approx Light Goldenrod. HEX triplet: EC, DC and 77. RGB value is (236,220,119). Sum of RGB (Red+Green+Blue) = 236+220+119=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC77 is #132388. Grayscale: #D5D5D5. Windows color (decimal): -1254281 or 7855340. OLE color: 7855340.

HSL color Cylindrical-coordinate representation of color #ECDC77: hue angle of 51.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECDC77 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236220119-
CMYK00.070.500.07
HSL51.79º75.48%69.61%-
HSV(B)51.79º49.58%92.55%-
XYZ63.5270.3527.68-
YUV213.2774.8144.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 119 (46.88% from 255) = 20.70%
R=41.04%
G=38.26%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622011900.070.500.0751.7975.4869.61
HexECDC7707327344b46
Octal3543341670762764113106
Binary11101100110111001110111011111001011111010010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC77; }

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

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

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

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

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

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

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

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