#EAD997

Color #EAD997 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #EAD997

Tints of Double Colonial White #EAD997

Color information

#EAD997 (or 0xEAD997) is unknown color: approx Double Colonial White. HEX triplet: EA, D9 and 97. RGB value is (234,217,151). Sum of RGB (Red+Green+Blue) = 234+217+151=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD997 is #152668. Grayscale: #D6D6D6. Windows color (decimal): -1386089 or 9951722. OLE color: 9951722.

HSL color Cylindrical-coordinate representation of color #EAD997: hue angle of 47.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAD997 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234217151-
CMYK00.070.350.08
HSL47.71º66.4%75.49%-
HSV(B)47.71º35.47%91.76%-
XYZ64.3369.3539.27-
YUV214.5692.13141.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 217 (85.16% from 255) = 36.05%
BLUE value IS 151 (59.38% from 255) = 25.08%
R=38.87%
G=36.05%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421715100.070.350.0847.7166.475.49
HexEAD9970723830424b
Octal35233122707431060102113
Binary1110101011011001100101110111100011100011000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD997; }

 p { color: rgb(234,217,151); }

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

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

 a { background-color: rgb(234,217,151); }

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

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

 span { border-color: rgb(234,217,151); }

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