#ECE07E

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

Shades of Light Goldenrod #ECE07E

Tints of Light Goldenrod #ECE07E

Color information

#ECE07E (or 0xECE07E) is unknown color: approx Light Goldenrod. HEX triplet: EC, E0 and 7E. RGB value is (236,224,126). Sum of RGB (Red+Green+Blue) = 236+224+126=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE07E is #131F81. Grayscale: #D8D8D8. Windows color (decimal): -1253250 or 8315116. OLE color: 8315116.

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

Color convert

RGB236224126-
CMYK00.050.470.07
HSL53.45º74.32%70.98%-
HSV(B)53.45º46.61%92.55%-
XYZ65.0172.6530.34-
YUV216.4276.98141.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 126 (49.61% from 255) = 21.50%
R=40.27%
G=38.23%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622412600.050.470.0753.4574.3270.98
HexECE07E052F7354a47
Octal3543401760557765112107
Binary11101100111000001111110010110111111111010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE07E; }

 p { color: rgb(236,224,126); }

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

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

 a { background-color: rgb(236,224,126); }

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

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

 span { border-color: rgb(236,224,126); }

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