Html Css Color HEX #E5D1BA Spanish White

📋 copy color: '#E5D1BA'

red 229 ◦ green 209 ◦ blue 186

#E5D1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish White #E5D1BA

Tints of Spanish White #E5D1BA

RGB

 RED value IS 229 (89.84% from 255) = 36.7%

 GREEN value IS 209 (82.03% from 255) = 33.49%

 BLUE value IS 186 (73.05% from 255) = 29.81%

R = 36.7%
G = 33.49%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5D1BA (or 0xE5D1BA) is known color: Spanish White. HEX triplet: E5, D1 and BA. RGB value is (229,209,186). Sum of RGB (Red+Green+Blue) = 229+209+186=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D1BA is #1A2E45. Grayscale: #D4D4D4. Windows color (decimal): -1715782 or 12243429. OLE color: 12243429.

HSL color Cylindrical-coordinate representation of color #E5D1BA: hue angle of 32.09º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5D1BA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 209 186 -
CMYK 0 0.09 0.19 0.10
HSL 32.09º 0.45% 0.81% -
HSV(B) 32.09º 0.19% 0.9% -
XYZ 63.98 65.8 55.78 -
YUV 212.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 229 209 186 0 0.09 0.19 0.10 32.09 0.45 0.81
Hex E5 D1 BA 0 9 13 A 20 2D 51
Octal 345 321 272 0 11 23 12 40 55 121
Binary 11100101 11010001 10111010 0 1001 10011 1010 100000 101101 1010001

Color Harmonies of #E5D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D1BA

Black with #E5D1BA

Text Example


Text Example

White with #E5D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D1BA; }

 p { color: rgb(229,209,186); }

 H1.HeaderClassName
 {
   color: #E5D1BA;
 }
 .AnyTagClassName
 {
   color: #E5D1BA;
 }
</style>

background-color css

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

 a { background-color: rgb(229,209,186); }

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

border-color css

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

 span { border-color: rgb(229,209,186); }

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