#ECE8AA

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

Shades of Pale Goldenrod #ECE8AA

Tints of Pale Goldenrod #ECE8AA

Color information

#ECE8AA (or 0xECE8AA) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E8 and AA. RGB value is (236,232,170). Sum of RGB (Red+Green+Blue) = 236+232+170=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8AA is #131755. Grayscale: #E2E2E2. Windows color (decimal): -1251158 or 11200748. OLE color: 11200748.

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

Color convert

RGB236232170-
CMYK00.020.280.07
HSL56.36º63.46%79.61%-
HSV(B)56.36º27.97%92.55%-
XYZ70.778.4549.45-
YUV226.1396.33135.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 232 (91.02% from 255) = 36.36%
BLUE value IS 170 (66.80% from 255) = 26.65%
R=36.99%
G=36.36%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623217000.020.280.0756.3663.4679.61
HexECE8AA021C7383f50
Octal354350252023477077120
Binary111011001110100010101010010111001111110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE8AA; }

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

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

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

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

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

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

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

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