#EAD191

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

Shades of Double Colonial White #EAD191

Tints of Double Colonial White #EAD191

Color information

#EAD191 (or 0xEAD191) is unknown color: approx Double Colonial White. HEX triplet: EA, D1 and 91. RGB value is (234,209,145). Sum of RGB (Red+Green+Blue) = 234+209+145=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD191 is #152E6E. Grayscale: #D1D1D1. Windows color (decimal): -1388143 or 9556458. OLE color: 9556458.

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

Color convert

RGB234209145-
CMYK00.110.380.08
HSL43.15º67.94%74.31%-
HSV(B)43.15º38.03%91.76%-
XYZ61.8465.1436.1-
YUV209.1891.78145.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 145 (57.03% from 255) = 24.66%
R=39.80%
G=35.54%
B=24.66%

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
Decimal23420914500.110.380.0843.1567.9474.31
HexEAD1910B2682b444a
Octal352321221013461053104112
Binary11101010110100011001000101011100110100010101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD191; }

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

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

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

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

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

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

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

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