#EAD090

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

Shades of Double Colonial White #EAD090

Tints of Double Colonial White #EAD090

Color information

#EAD090 (or 0xEAD090) is unknown color: approx Double Colonial White. HEX triplet: EA, D0 and 90. RGB value is (234,208,144). Sum of RGB (Red+Green+Blue) = 234+208+144=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD090 is #152F6F. Grayscale: #D0D0D0. Windows color (decimal): -1388400 or 9490666. OLE color: 9490666.

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

Color convert

RGB234208144-
CMYK00.110.380.08
HSL42.67º68.18%74.12%-
HSV(B)42.67º38.46%91.76%-
XYZ61.5264.6235.62-
YUV208.4891.61146.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 144 (56.64% from 255) = 24.57%
R=39.93%
G=35.49%
B=24.57%

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
Decimal23420814400.110.380.0842.6768.1874.12
HexEAD0900B2682b444a
Octal352320220013461053104112
Binary11101010110100001001000001011100110100010101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD090; }

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

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

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

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

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

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

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

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