#ECE182

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

Shades of Light Goldenrod #ECE182

Tints of Light Goldenrod #ECE182

Color information

#ECE182 (or 0xECE182) is unknown color: approx Light Goldenrod. HEX triplet: EC, E1 and 82. RGB value is (236,225,130). Sum of RGB (Red+Green+Blue) = 236+225+130=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE182 is #131E7D. Grayscale: #D9D9D9. Windows color (decimal): -1252990 or 8577516. OLE color: 8577516.

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

Color convert

RGB236225130-
CMYK00.050.450.07
HSL53.77º73.61%71.76%-
HSV(B)53.77º44.92%92.55%-
XYZ65.5573.2931.81-
YUV217.4678.64141.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 130 (51.17% from 255) = 22.00%
R=39.93%
G=38.07%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622513000.050.450.0753.7773.6171.76
HexECE182052D7364a48
Octal3543412020555766112110
Binary111011001110000110000010010110110111111011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE182; }

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

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

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

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

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

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

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

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