Html Css Color HEX #E5D5BA Spanish White

📋 copy color: '#E5D5BA'

red 229 ◦ green 213 ◦ blue 186

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

Shades of Spanish White #E5D5BA

Tints of Spanish White #E5D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.92%

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

R = 36.46%
G = 33.92%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5D5BA (or 0xE5D5BA) is known color: Spanish White. HEX triplet: E5, D5 and BA. RGB value is (229,213,186). Sum of RGB (Red+Green+Blue) = 229+213+186=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D5BA is #1A2A45. Grayscale: #D6D6D6. Windows color (decimal): -1714758 or 12244453. OLE color: 12244453.

HSL color Cylindrical-coordinate representation of color #E5D5BA: hue angle of 37.67º 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 #E5D5BA is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 213 186 -
CMYK 0 0.07 0.19 0.10
HSL 37.67º 0.45% 0.81% -
HSV(B) 37.67º 0.19% 0.9% -
XYZ 64.97 67.79 56.12 -
YUV 214.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 229 213 186 0 0.07 0.19 0.10 37.67 0.45 0.81
Hex E5 D5 BA 0 7 13 A 26 2D 51
Octal 345 325 272 0 7 23 12 46 55 121
Binary 11100101 11010101 10111010 0 111 10011 1010 100110 101101 1010001

Color Harmonies of #E5D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D5BA

Black with #E5D5BA

Text Example


Text Example

White with #E5D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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