#ECE7AF

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

Shades of Pale Goldenrod #ECE7AF

Tints of Pale Goldenrod #ECE7AF

Color information

#ECE7AF (or 0xECE7AF) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E7 and AF. RGB value is (236,231,175). Sum of RGB (Red+Green+Blue) = 236+231+175=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE7AF is #131850. Grayscale: #E2E2E2. Windows color (decimal): -1251409 or 11528172. OLE color: 11528172.

HSL color Cylindrical-coordinate representation of color #ECE7AF: hue angle of 55.08º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECE7AF is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236231175-
CMYK00.020.260.07
HSL55.08º61.62%80.59%-
HSV(B)55.08º25.85%92.55%-
XYZ70.9178.0851.89-
YUV226.1199.16135.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=36.76%
G=35.98%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623117500.020.260.0755.0861.6280.59
HexECE7AF021A7373e51
Octal354347257023276776121
Binary111011001110011110101111010110101111101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7AF; }

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

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

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

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

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

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

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

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