#EAD194

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

Shades of Double Colonial White #EAD194

Tints of Double Colonial White #EAD194

Color information

#EAD194 (or 0xEAD194) is unknown color: approx Double Colonial White. HEX triplet: EA, D1 and 94. RGB value is (234,209,148). Sum of RGB (Red+Green+Blue) = 234+209+148=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD194 is #152E6B. Grayscale: #D1D1D1. Windows color (decimal): -1388140 or 9753066. OLE color: 9753066.

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

Color convert

RGB234209148-
CMYK00.110.370.08
HSL42.56º67.19%74.9%-
HSV(B)42.56º36.75%91.76%-
XYZ62.0865.2337.34-
YUV209.5293.28145.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=39.59%
G=35.36%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420914800.110.370.0842.5667.1974.9
HexEAD1940B2582b434b
Octal352321224013451053103113
Binary11101010110100011001010001011100101100010101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD194; }

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

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

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

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

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

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

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

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