#EAD18E

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

Shades of Double Colonial White #EAD18E

Tints of Double Colonial White #EAD18E

Color information

#EAD18E (or 0xEAD18E) is unknown color: approx Double Colonial White. HEX triplet: EA, D1 and 8E. RGB value is (234,209,142). Sum of RGB (Red+Green+Blue) = 234+209+142=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD18E is #152E71. Grayscale: #D1D1D1. Windows color (decimal): -1388146 or 9359850. OLE color: 9359850.

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

Color convert

RGB234209142-
CMYK00.110.390.08
HSL43.7º68.66%73.73%-
HSV(B)43.7º39.32%91.76%-
XYZ61.6165.0534.9-
YUV208.8490.28145.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 142 (55.86% from 255) = 24.27%
R=40%
G=35.73%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420914200.110.390.0843.768.6673.73
HexEAD18E0B2782c454a
Octal352321216013471054105112
Binary11101010110100011000111001011100111100010110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD18E; }

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

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

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

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

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

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

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

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