#EAD297

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

Shades of Double Colonial White #EAD297

Tints of Double Colonial White #EAD297

Color information

#EAD297 (or 0xEAD297) is unknown color: approx Double Colonial White. HEX triplet: EA, D2 and 97. RGB value is (234,210,151). Sum of RGB (Red+Green+Blue) = 234+210+151=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD297 is #152D68. Grayscale: #D2D2D2. Windows color (decimal): -1387881 or 9949930. OLE color: 9949930.

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

Color convert

RGB234210151-
CMYK00.100.350.08
HSL42.65º66.4%75.49%-
HSV(B)42.65º35.47%91.76%-
XYZ62.5665.8238.69-
YUV210.4594.45144.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 151 (59.38% from 255) = 25.38%
R=39.33%
G=35.29%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421015100.100.350.0842.6566.475.49
HexEAD2970A2382b424b
Octal352322227012431053102113
Binary11101010110100101001011101010100011100010101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD297; }

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

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

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

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

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

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

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

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