#E3D4BA

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

Shades of Spanish White #E3D4BA

Tints of Spanish White #E3D4BA

Color information

#E3D4BA (or 0xE3D4BA) is unknown color: approx Spanish White. HEX triplet: E3, D4 and BA. RGB value is (227,212,186). Sum of RGB (Red+Green+Blue) = 227+212+186=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D4BA is #1C2B45. Grayscale: #D5D5D5. Windows color (decimal): -1846086 or 12244195. OLE color: 12244195.

HSL color Cylindrical-coordinate representation of color #E3D4BA: hue angle of 38.05º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3D4BA is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227212186-
CMYK00.070.180.11
HSL38.05º42.27%80.98%-
HSV(B)38.05º18.06%89.02%-
XYZ64.0866.9656-
YUV213.52112.47137.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.32%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=36.32%
G=33.92%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721218600.070.180.1138.0542.2780.98
HexE3D4BA0712B262a51
Octal3433242720722134652121
Binary11100011110101001011101001111001010111001101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D4BA; }

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

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

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

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

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

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

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

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