#ECE2AA

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

Shades of Pale Goldenrod #ECE2AA

Tints of Pale Goldenrod #ECE2AA

Color information

#ECE2AA (or 0xECE2AA) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E2 and AA. RGB value is (236,226,170). Sum of RGB (Red+Green+Blue) = 236+226+170=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AA is #131D55. Grayscale: #DEDEDE. Windows color (decimal): -1252694 or 11199212. OLE color: 11199212.

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

Color convert

RGB236226170-
CMYK00.040.280.07
HSL50.91º63.46%79.61%-
HSV(B)50.91º27.97%92.55%-
XYZ69.0475.1348.89-
YUV222.6198.31137.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 170 (66.80% from 255) = 26.90%
R=37.34%
G=35.76%
B=26.90%

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
Decimal23622617000.040.280.0750.9163.4679.61
HexECE2AA041C7333f50
Octal354342252043476377120
Binary1110110011100010101010100100111001111100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2AA; }

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

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

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

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

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

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

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

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