#EAD497

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

Shades of Double Colonial White #EAD497

Tints of Double Colonial White #EAD497

Color information

#EAD497 (or 0xEAD497) is unknown color: approx Double Colonial White. HEX triplet: EA, D4 and 97. RGB value is (234,212,151). Sum of RGB (Red+Green+Blue) = 234+212+151=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD497 is #152B68. Grayscale: #D3D3D3. Windows color (decimal): -1387369 or 9950442. OLE color: 9950442.

HSL color Cylindrical-coordinate representation of color #EAD497: hue angle of 44.1º 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 #EAD497 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234212151-
CMYK00.090.350.08
HSL44.1º66.4%75.49%-
HSV(B)44.1º35.47%91.76%-
XYZ63.0666.8138.85-
YUV211.6293.79143.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 151 (59.38% from 255) = 25.29%
R=39.20%
G=35.51%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421215100.090.350.0844.166.475.49
HexEAD497092382c424b
Octal352324227011431054102113
Binary11101010110101001001011101001100011100010110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD497; }

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

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

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

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

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

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

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

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