#E0D0B9

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

Shades of Spanish White #E0D0B9

Tints of Spanish White #E0D0B9

Color information

#E0D0B9 (or 0xE0D0B9) is unknown color: approx Spanish White. HEX triplet: E0, D0 and B9. RGB value is (224,208,185). Sum of RGB (Red+Green+Blue) = 224+208+185=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D0B9 is #1F2F46. Grayscale: #D2D2D2. Windows color (decimal): -2043719 or 12177632. OLE color: 12177632.

HSL color Cylindrical-coordinate representation of color #E0D0B9: hue angle of 35.38º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0D0B9 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224208185-
CMYK00.070.170.12
HSL35.38º38.61%80.2%-
HSV(B)35.38º17.41%87.84%-
XYZ62.0564.4655.07-
YUV210.16113.8137.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=36.30%
G=33.71%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420818500.070.170.1235.3838.6180.2
HexE0D0B90711C232750
Octal3403202710721144347120
Binary11100000110100001011100101111000111001000111001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D0B9; }

 p { color: rgb(224,208,185); }

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

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

 a { background-color: rgb(224,208,185); }

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

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

 span { border-color: rgb(224,208,185); }

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