#ECE5AE

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

Shades of Pale Goldenrod #ECE5AE

Tints of Pale Goldenrod #ECE5AE

Color information

#ECE5AE (or 0xECE5AE) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E5 and AE. RGB value is (236,229,174). Sum of RGB (Red+Green+Blue) = 236+229+174=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE5AE is #131A51. Grayscale: #E1E1E1. Windows color (decimal): -1251922 or 11462124. OLE color: 11462124.

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

Color convert

RGB236229174-
CMYK00.030.260.07
HSL53.23º62%80.39%-
HSV(B)53.23º26.27%92.55%-
XYZ70.2576.9351.19-
YUV224.8299.32135.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=36.93%
G=35.84%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622917400.030.260.0753.236280.39
HexECE5AE031A7353e50
Octal354345256033276576120
Binary111011001110010110101110011110101111101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5AE; }

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

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

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

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

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

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

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

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