#E0D5B5

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

Shades of Spanish White #E0D5B5

Tints of Spanish White #E0D5B5

Color information

#E0D5B5 (or 0xE0D5B5) is unknown color: approx Spanish White. HEX triplet: E0, D5 and B5. RGB value is (224,213,181). Sum of RGB (Red+Green+Blue) = 224+213+181=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5B5 is #1F2A4A. Grayscale: #D4D4D4. Windows color (decimal): -2042443 or 11916768. OLE color: 11916768.

HSL color Cylindrical-coordinate representation of color #E0D5B5: hue angle of 44.65º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0D5B5 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224213181-
CMYK00.050.190.12
HSL44.65º40.95%79.41%-
HSV(B)44.65º19.2%87.84%-
XYZ62.8866.7753.29-
YUV212.64110.14136.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=36.25%
G=34.47%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421318100.050.190.1244.6540.9579.41
HexE0D5B50513C2d294f
Octal3403252650523145551117
Binary11100000110101011011010101011001111001011011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5B5; }

 p { color: rgb(224,213,181); }

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

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

 a { background-color: rgb(224,213,181); }

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

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

 span { border-color: rgb(224,213,181); }

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