#EAD699

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

Shades of Double Colonial White #EAD699

Tints of Double Colonial White #EAD699

Color information

#EAD699 (or 0xEAD699) is unknown color: approx Double Colonial White. HEX triplet: EA, D6 and 99. RGB value is (234,214,153). Sum of RGB (Red+Green+Blue) = 234+214+153=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD699 is #152966. Grayscale: #D5D5D5. Windows color (decimal): -1386855 or 10082026. OLE color: 10082026.

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

Color convert

RGB234214153-
CMYK00.090.350.08
HSL45.19º65.85%75.88%-
HSV(B)45.19º34.62%91.76%-
XYZ63.7367.8939.88-
YUV213.0394.13142.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 153 (60.16% from 255) = 25.46%
R=38.94%
G=35.61%
B=25.46%

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
Decimal23421415300.090.350.0845.1965.8575.88
HexEAD699092382d424c
Octal352326231011431055102114
Binary11101010110101101001100101001100011100010110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD699; }

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

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

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

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

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

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

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

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