#ECE4AE

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

Shades of Pale Goldenrod #ECE4AE

Tints of Pale Goldenrod #ECE4AE

Color information

#ECE4AE (or 0xECE4AE) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E4 and AE. RGB value is (236,228,174). Sum of RGB (Red+Green+Blue) = 236+228+174=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4AE is #131B51. Grayscale: #E0E0E0. Windows color (decimal): -1252178 or 11461868. OLE color: 11461868.

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

Color convert

RGB236228174-
CMYK00.030.260.07
HSL52.26º62%80.39%-
HSV(B)52.26º26.27%92.55%-
XYZ69.9876.3851.1-
YUV224.2499.65136.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=36.99%
G=35.74%
B=27.27%

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
Decimal23622817400.030.260.0752.266280.39
HexECE4AE031A7343e50
Octal354344256033276476120
Binary111011001110010010101110011110101111101001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4AE; }

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

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

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

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

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

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

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

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