#ECE6AD

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

Shades of Pale Goldenrod #ECE6AD

Tints of Pale Goldenrod #ECE6AD

Color information

#ECE6AD (or 0xECE6AD) is unknown color: approx Pale Goldenrod. HEX triplet: EC, E6 and AD. RGB value is (236,230,173). Sum of RGB (Red+Green+Blue) = 236+230+173=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6AD is #131952. Grayscale: #E1E1E1. Windows color (decimal): -1251667 or 11396844. OLE color: 11396844.

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

Color convert

RGB236230173-
CMYK00.030.270.07
HSL54.29º62.38%80.2%-
HSV(B)54.29º26.69%92.55%-
XYZ70.4377.4450.77-
YUV225.398.49135.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=36.93%
G=35.99%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623017300.030.270.0754.2962.3880.2
HexECE6AD031B7363e50
Octal354346255033376676120
Binary111011001110011010101101011110111111101101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6AD; }

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

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

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

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

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

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

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

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