#EAD092

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

Shades of Double Colonial White #EAD092

Tints of Double Colonial White #EAD092

Color information

#EAD092 (or 0xEAD092) is unknown color: approx Double Colonial White. HEX triplet: EA, D0 and 92. RGB value is (234,208,146). Sum of RGB (Red+Green+Blue) = 234+208+146=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD092 is #152F6D. Grayscale: #D0D0D0. Windows color (decimal): -1388398 or 9621738. OLE color: 9621738.

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

Color convert

RGB234208146-
CMYK00.110.380.08
HSL42.27º67.69%74.51%-
HSV(B)42.27º37.61%91.76%-
XYZ61.6864.6836.43-
YUV208.7192.61146.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 146 (57.42% from 255) = 24.83%
R=39.80%
G=35.37%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420814600.110.380.0842.2767.6974.51
HexEAD0920B2682a444b
Octal352320222013461052104113
Binary11101010110100001001001001011100110100010101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD092; }

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

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

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

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

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

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

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

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