#EAD292

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

Shades of Double Colonial White #EAD292

Tints of Double Colonial White #EAD292

Color information

#EAD292 (or 0xEAD292) is unknown color: approx Double Colonial White. HEX triplet: EA, D2 and 92. RGB value is (234,210,146). Sum of RGB (Red+Green+Blue) = 234+210+146=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD292 is #152D6D. Grayscale: #D2D2D2. Windows color (decimal): -1387886 or 9622250. OLE color: 9622250.

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

Color convert

RGB234210146-
CMYK00.100.380.08
HSL43.64º67.69%74.51%-
HSV(B)43.64º37.61%91.76%-
XYZ62.1765.6636.59-
YUV209.8891.95145.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 146 (57.42% from 255) = 24.75%
R=39.66%
G=35.59%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421014600.100.380.0843.6467.6974.51
HexEAD2920A2682c444b
Octal352322222012461054104113
Binary11101010110100101001001001010100110100010110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD292; }

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

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

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

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

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

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

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

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