#EAD091

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

Shades of Double Colonial White #EAD091

Tints of Double Colonial White #EAD091

Color information

#EAD091 (or 0xEAD091) is unknown color: approx Double Colonial White. HEX triplet: EA, D0 and 91. RGB value is (234,208,145). Sum of RGB (Red+Green+Blue) = 234+208+145=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD091 is #152F6E. Grayscale: #D0D0D0. Windows color (decimal): -1388399 or 9556202. OLE color: 9556202.

HSL color Cylindrical-coordinate representation of color #EAD091: hue angle of 42.47º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAD091 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234208145-
CMYK00.110.380.08
HSL42.47º67.94%74.31%-
HSV(B)42.47º38.03%91.76%-
XYZ61.664.6536.02-
YUV208.5992.11146.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 145 (57.03% from 255) = 24.70%
R=39.86%
G=35.43%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420814500.110.380.0842.4767.9474.31
HexEAD0910B2682a444a
Octal352320221013461052104112
Binary11101010110100001001000101011100110100010101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD091; }

 p { color: rgb(234,208,145); }

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

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

 a { background-color: rgb(234,208,145); }

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

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

 span { border-color: rgb(234,208,145); }

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