#EAD399

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

Shades of Double Colonial White #EAD399

Tints of Double Colonial White #EAD399

Color information

#EAD399 (or 0xEAD399) is unknown color: approx Double Colonial White. HEX triplet: EA, D3 and 99. RGB value is (234,211,153). Sum of RGB (Red+Green+Blue) = 234+211+153=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD399 is #152C66. Grayscale: #D3D3D3. Windows color (decimal): -1387623 or 10081258. OLE color: 10081258.

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

Color convert

RGB234211153-
CMYK00.100.350.08
HSL42.96º65.85%75.88%-
HSV(B)42.96º34.62%91.76%-
XYZ62.9866.3839.63-
YUV211.2695.12144.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 153 (60.16% from 255) = 25.59%
R=39.13%
G=35.28%
B=25.59%

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
Decimal23421115300.100.350.0842.9665.8575.88
HexEAD3990A2382b424c
Octal352323231012431053102114
Binary11101010110100111001100101010100011100010101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD399; }

 p { color: rgb(234,211,153); }

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

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

 a { background-color: rgb(234,211,153); }

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

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

 span { border-color: rgb(234,211,153); }

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