#E0D4BA

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

Shades of Spanish White #E0D4BA

Tints of Spanish White #E0D4BA

Color information

#E0D4BA (or 0xE0D4BA) is unknown color: approx Spanish White. HEX triplet: E0, D4 and BA. RGB value is (224,212,186). Sum of RGB (Red+Green+Blue) = 224+212+186=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4BA is #1F2B45. Grayscale: #D4D4D4. Windows color (decimal): -2042694 or 12244192. OLE color: 12244192.

HSL color Cylindrical-coordinate representation of color #E0D4BA: hue angle of 41.05º degrees, saturation: 0.38, 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 #E0D4BA is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224212186-
CMYK00.050.170.12
HSL41.05º38%80.39%-
HSV(B)41.05º16.96%87.84%-
XYZ63.1566.4855.96-
YUV212.62112.98136.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=36.01%
G=34.08%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421218600.050.170.1241.053880.39
HexE0D4BA0511C292650
Octal3403242720521145146120
Binary11100000110101001011101001011000111001010011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4BA; }

 p { color: rgb(224,212,186); }

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

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

 a { background-color: rgb(224,212,186); }

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

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

 span { border-color: rgb(224,212,186); }

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