#ECE5A3

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

Shades of Pale Goldenrod #ECE5A3

Tints of Pale Goldenrod #ECE5A3

Color information

#ECE5A3 (or 0xECE5A3) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E5 and A3. RGB value is (236,229,163). Sum of RGB (Red+Green+Blue) = 236+229+163=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 163 (64.06% from 255 or 25.96% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE5A3 is #131A5C. Grayscale: #DFDFDF. Windows color (decimal): -1251933 or 10741228. OLE color: 10741228.

HSL color Cylindrical-coordinate representation of color #ECE5A3: hue angle of 54.25º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECE5A3 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236229163-
CMYK00.030.310.07
HSL54.25º65.77%78.24%-
HSV(B)54.25º30.93%92.55%-
XYZ69.2276.5245.77-
YUV223.5793.82136.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 163 (64.06% from 255) = 25.96%
R=37.58%
G=36.46%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622916300.030.310.0754.2565.7778.24
HexECE5A3031F736424e
Octal3543452430337766102116
Binary1110110011100101101000110111111111111011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5A3; }

 p { color: rgb(236,229,163); }

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

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

 a { background-color: rgb(236,229,163); }

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

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

 span { border-color: rgb(236,229,163); }

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