#EAD395

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

Shades of Double Colonial White #EAD395

Tints of Double Colonial White #EAD395

Color information

#EAD395 (or 0xEAD395) is unknown color: approx Double Colonial White. HEX triplet: EA, D3 and 95. RGB value is (234,211,149). Sum of RGB (Red+Green+Blue) = 234+211+149=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD395 is #152C6A. Grayscale: #D3D3D3. Windows color (decimal): -1387627 or 9819114. OLE color: 9819114.

HSL color Cylindrical-coordinate representation of color #EAD395: hue angle of 43.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAD395 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234211149-
CMYK00.100.360.08
HSL43.76º66.93%75.1%-
HSV(B)43.76º36.32%91.76%-
XYZ62.6566.2537.92-
YUV210.8193.12144.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 149 (58.59% from 255) = 25.08%
R=39.39%
G=35.52%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421114900.100.360.0843.7666.9375.1
HexEAD3950A2482c434b
Octal352323225012441054103113
Binary11101010110100111001010101010100100100010110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD395; }

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

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

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

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

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

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

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

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