#EAD491

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

Shades of Double Colonial White #EAD491

Tints of Double Colonial White #EAD491

Color information

#EAD491 (or 0xEAD491) is unknown color: approx Double Colonial White. HEX triplet: EA, D4 and 91. RGB value is (234,212,145). Sum of RGB (Red+Green+Blue) = 234+212+145=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD491 is #152B6E. Grayscale: #D3D3D3. Windows color (decimal): -1387375 or 9557226. OLE color: 9557226.

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

Color convert

RGB234212145-
CMYK00.090.380.08
HSL45.17º67.94%74.31%-
HSV(B)45.17º38.03%91.76%-
XYZ62.5966.6236.35-
YUV210.9490.79144.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 145 (57.03% from 255) = 24.53%
R=39.59%
G=35.87%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421214500.090.380.0845.1767.9474.31
HexEAD491092682d444a
Octal352324221011461055104112
Binary11101010110101001001000101001100110100010110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD491; }

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

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

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

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

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

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

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

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