#E2D0BA

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

Shades of Spanish White #E2D0BA

Tints of Spanish White #E2D0BA

Color information

#E2D0BA (or 0xE2D0BA) is unknown color: approx Spanish White. HEX triplet: E2, D0 and BA. RGB value is (226,208,186). Sum of RGB (Red+Green+Blue) = 226+208+186=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0BA is #1D2F45. Grayscale: #D2D2D2. Windows color (decimal): -1912646 or 12243170. OLE color: 12243170.

HSL color Cylindrical-coordinate representation of color #E2D0BA: hue angle of 33º degrees, saturation: 0.41, 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 #E2D0BA is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226208186-
CMYK00.080.180.11
HSL33º40.82%80.78%-
HSV(B)33º17.7%88.63%-
XYZ62.7864.8355.66-
YUV210.87113.96138.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.45%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 186 (73.05% from 255) = 30%
R=36.45%
G=33.55%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620818600.080.180.113340.8280.78
HexE2D0BA0812B212951
Octal34232027201022134151121
Binary111000101101000010111010010001001010111000011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D0BA; }

 p { color: rgb(226,208,186); }

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

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

 a { background-color: rgb(226,208,186); }

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

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

 span { border-color: rgb(226,208,186); }

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