#EAD38E

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

Shades of Double Colonial White #EAD38E

Tints of Double Colonial White #EAD38E

Color information

#EAD38E (or 0xEAD38E) is unknown color: approx Double Colonial White. HEX triplet: EA, D3 and 8E. RGB value is (234,211,142). Sum of RGB (Red+Green+Blue) = 234+211+142=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD38E is #152C71. Grayscale: #D2D2D2. Windows color (decimal): -1387634 or 9360362. OLE color: 9360362.

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

Color convert

RGB234211142-
CMYK00.100.390.08
HSL45º68.66%73.73%-
HSV(B)45º39.32%91.76%-
XYZ62.1166.0335.06-
YUV210.0189.62145.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=39.86%
G=35.95%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421114200.100.390.084568.6673.73
HexEAD38E0A2782d454a
Octal352323216012471055105112
Binary11101010110100111000111001010100111100010110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD38E; }

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

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

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

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

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

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

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

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