#ECE2AF

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

Shades of Pale Goldenrod #ECE2AF

Tints of Pale Goldenrod #ECE2AF

Color information

#ECE2AF (or 0xECE2AF) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E2 and AF. RGB value is (236,226,175). Sum of RGB (Red+Green+Blue) = 236+226+175=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AF is #131D50. Grayscale: #DFDFDF. Windows color (decimal): -1252689 or 11526892. OLE color: 11526892.

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

Color convert

RGB236226175-
CMYK00.040.260.07
HSL50.16º61.62%80.59%-
HSV(B)50.16º25.85%92.55%-
XYZ69.5375.3251.43-
YUV223.18100.81137.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=37.05%
G=35.48%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622617500.040.260.0750.1661.6280.59
HexECE2AF041A7323e51
Octal354342257043276276121
Binary1110110011100010101011110100110101111100101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2AF; }

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

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

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

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

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

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

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

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