#EAD18D

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

Shades of Double Colonial White #EAD18D

Tints of Double Colonial White #EAD18D

Color information

#EAD18D (or 0xEAD18D) is unknown color: approx Double Colonial White. HEX triplet: EA, D1 and 8D. RGB value is (234,209,141). Sum of RGB (Red+Green+Blue) = 234+209+141=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD18D is #152E72. Grayscale: #D1D1D1. Windows color (decimal): -1388147 or 9294314. OLE color: 9294314.

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

Color convert

RGB234209141-
CMYK00.110.400.08
HSL43.87º68.89%73.53%-
HSV(B)43.87º39.74%91.76%-
XYZ61.5465.0234.51-
YUV208.7289.78146.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=40.07%
G=35.79%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420914100.110.400.0843.8768.8973.53
HexEAD18D0B2882c454a
Octal352321215013501054105112
Binary11101010110100011000110101011101000100010110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD18D; }

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

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

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

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

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

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

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

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