#ECE3AE

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

Shades of Pale Goldenrod #ECE3AE

Tints of Pale Goldenrod #ECE3AE

Color information

#ECE3AE (or 0xECE3AE) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E3 and AE. RGB value is (236,227,174). Sum of RGB (Red+Green+Blue) = 236+227+174=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE3AE is #131C51. Grayscale: #DFDFDF. Windows color (decimal): -1252434 or 11461612. OLE color: 11461612.

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

Color convert

RGB236227174-
CMYK00.040.260.07
HSL51.29º62%80.39%-
HSV(B)51.29º26.27%92.55%-
XYZ69.775.8351.01-
YUV223.6599.98136.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=37.05%
G=35.64%
B=27.32%

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
Decimal23622717400.040.260.0751.296280.39
HexECE3AE041A7333e50
Octal354343256043276376120
Binary1110110011100011101011100100110101111100111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3AE; }

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

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

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

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

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

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

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

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