#ECE6A2

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

Shades of Pale Goldenrod #ECE6A2

Tints of Pale Goldenrod #ECE6A2

Color information

#ECE6A2 (or 0xECE6A2) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E6 and A2. RGB value is (236,230,162). Sum of RGB (Red+Green+Blue) = 236+230+162=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 162 (63.67% from 255 or 25.80% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6A2 is #13195D. Grayscale: #E0E0E0. Windows color (decimal): -1251678 or 10675948. OLE color: 10675948.

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

Color convert

RGB236230162-
CMYK00.030.310.07
HSL55.14º66.07%78.04%-
HSV(B)55.14º31.36%92.55%-
XYZ69.4177.0445.39-
YUV224.0492.99136.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 230 (90.23% from 255) = 36.62%
BLUE value IS 162 (63.67% from 255) = 25.80%
R=37.58%
G=36.62%
B=25.80%

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
Decimal23623016200.030.310.0755.1466.0778.04
HexECE6A2031F737424e
Octal3543462420337767102116
Binary1110110011100110101000100111111111111011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6A2; }

 p { color: rgb(236,230,162); }

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

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

 a { background-color: rgb(236,230,162); }

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

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

 span { border-color: rgb(236,230,162); }

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