#ECE7AA

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

Shades of Pale Goldenrod #ECE7AA

Tints of Pale Goldenrod #ECE7AA

Color information

#ECE7AA (or 0xECE7AA) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E7 and AA. RGB value is (236,231,170). Sum of RGB (Red+Green+Blue) = 236+231+170=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE7AA is #131855. Grayscale: #E1E1E1. Windows color (decimal): -1251414 or 11200492. OLE color: 11200492.

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

Color convert

RGB236231170-
CMYK00.020.280.07
HSL55.45º63.46%79.61%-
HSV(B)55.45º27.97%92.55%-
XYZ70.4277.8949.35-
YUV225.5496.66135.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=37.05%
G=36.26%
B=26.69%

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
Decimal23623117000.020.280.0755.4563.4679.61
HexECE7AA021C7373f50
Octal354347252023476777120
Binary111011001110011110101010010111001111101111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7AA; }

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

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

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

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

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

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

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

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