#EAD599

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

Shades of Double Colonial White #EAD599

Tints of Double Colonial White #EAD599

Color information

#EAD599 (or 0xEAD599) is unknown color: approx Double Colonial White. HEX triplet: EA, D5 and 99. RGB value is (234,213,153). Sum of RGB (Red+Green+Blue) = 234+213+153=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD599 is #152A66. Grayscale: #D4D4D4. Windows color (decimal): -1387111 or 10081770. OLE color: 10081770.

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

Color convert

RGB234213153-
CMYK00.090.350.08
HSL44.44º65.85%75.88%-
HSV(B)44.44º34.62%91.76%-
XYZ63.4867.3839.8-
YUV212.4494.46143.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 153 (60.16% from 255) = 25.5%
R=39%
G=35.5%
B=25.5%

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
Decimal23421315300.090.350.0844.4465.8575.88
HexEAD599092382c424c
Octal352325231011431054102114
Binary11101010110101011001100101001100011100010110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD599; }

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

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

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

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

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

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

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

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