#EAD295

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

Shades of Double Colonial White #EAD295

Tints of Double Colonial White #EAD295

Color information

#EAD295 (or 0xEAD295) is unknown color: approx Double Colonial White. HEX triplet: EA, D2 and 95. RGB value is (234,210,149). Sum of RGB (Red+Green+Blue) = 234+210+149=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD295 is #152D6A. Grayscale: #D2D2D2. Windows color (decimal): -1387883 or 9818858. OLE color: 9818858.

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

Color convert

RGB234210149-
CMYK00.100.360.08
HSL43.06º66.93%75.1%-
HSV(B)43.06º36.32%91.76%-
XYZ62.465.7637.84-
YUV210.2293.45144.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=39.46%
G=35.41%
B=25.13%

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
Decimal23421014900.100.360.0843.0666.9375.1
HexEAD2950A2482b434b
Octal352322225012441053103113
Binary11101010110100101001010101010100100100010101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD295; }

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

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

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

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

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

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

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

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