#ECE4AF

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

Shades of Pale Goldenrod #ECE4AF

Tints of Pale Goldenrod #ECE4AF

Color information

#ECE4AF (or 0xECE4AF) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E4 and AF. RGB value is (236,228,175). Sum of RGB (Red+Green+Blue) = 236+228+175=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4AF is #131B50. Grayscale: #E0E0E0. Windows color (decimal): -1252177 or 11527404. OLE color: 11527404.

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

Color convert

RGB236228175-
CMYK00.030.260.07
HSL52.13º61.62%80.59%-
HSV(B)52.13º25.85%92.55%-
XYZ70.0776.4151.61-
YUV224.35100.15136.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=36.93%
G=35.68%
B=27.39%

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
Decimal23622817500.030.260.0752.1361.6280.59
HexECE4AF031A7343e51
Octal354344257033276476121
Binary111011001110010010101111011110101111101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4AF; }

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

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

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

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

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

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

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

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