#E0D3AF

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

Shades of Spanish White #E0D3AF

Tints of Spanish White #E0D3AF

Color information

#E0D3AF (or 0xE0D3AF) is unknown color: approx Spanish White. HEX triplet: E0, D3 and AF. RGB value is (224,211,175). Sum of RGB (Red+Green+Blue) = 224+211+175=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D3AF is #1F2C50. Grayscale: #D2D2D2. Windows color (decimal): -2042961 or 11523040. OLE color: 11523040.

HSL color Cylindrical-coordinate representation of color #E0D3AF: hue angle of 44.08º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0D3AF is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224211175-
CMYK00.060.220.12
HSL44.08º44.14%78.24%-
HSV(B)44.08º21.88%87.84%-
XYZ61.7765.5349.95-
YUV210.78107.81137.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=36.72%
G=34.59%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421117500.060.220.1244.0844.1478.24
HexE0D3AF0616C2c2c4e
Octal3403232570626145454116
Binary11100000110100111010111101101011011001011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3AF; }

 p { color: rgb(224,211,175); }

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

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

 a { background-color: rgb(224,211,175); }

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

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

 span { border-color: rgb(224,211,175); }

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