#EAD291

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

Shades of Double Colonial White #EAD291

Tints of Double Colonial White #EAD291

Color information

#EAD291 (or 0xEAD291) is unknown color: approx Double Colonial White. HEX triplet: EA, D2 and 91. RGB value is (234,210,145). Sum of RGB (Red+Green+Blue) = 234+210+145=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD291 is #152D6E. Grayscale: #D2D2D2. Windows color (decimal): -1387887 or 9556714. OLE color: 9556714.

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

Color convert

RGB234210145-
CMYK00.100.380.08
HSL43.82º67.94%74.31%-
HSV(B)43.82º38.03%91.76%-
XYZ62.0965.6336.18-
YUV209.7791.45145.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 145 (57.03% from 255) = 24.62%
R=39.73%
G=35.65%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421014500.100.380.0843.8267.9474.31
HexEAD2910A2682c444a
Octal352322221012461054104112
Binary11101010110100101001000101010100110100010110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD291; }

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

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

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

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

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

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

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

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