#ECE2AB

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

Shades of Pale Goldenrod #ECE2AB

Tints of Pale Goldenrod #ECE2AB

Color information

#ECE2AB (or 0xECE2AB) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E2 and AB. RGB value is (236,226,171). Sum of RGB (Red+Green+Blue) = 236+226+171=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AB is #131D54. Grayscale: #DEDEDE. Windows color (decimal): -1252693 or 11264748. OLE color: 11264748.

HSL color Cylindrical-coordinate representation of color #ECE2AB: hue angle of 50.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECE2AB is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236226171-
CMYK00.040.280.07
HSL50.77º63.11%79.8%-
HSV(B)50.77º27.54%92.55%-
XYZ69.1475.1749.39-
YUV222.7298.81137.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 171 (67.19% from 255) = 27.01%
R=37.28%
G=35.70%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622617100.040.280.0750.7763.1179.8
HexECE2AB041C7333f50
Octal354342253043476377120
Binary1110110011100010101010110100111001111100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2AB; }

 p { color: rgb(236,226,171); }

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

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

 a { background-color: rgb(236,226,171); }

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

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

 span { border-color: rgb(236,226,171); }

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