Html Css Color HEX #E1D0BA Spanish White

📋 copy color: '#E1D0BA'

red 225 ◦ green 208 ◦ blue 186

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

Shades of Spanish White #E1D0BA

Tints of Spanish White #E1D0BA

RGB

 RED value IS 225 (88.28% from 255) = 36.35%

 GREEN value IS 208 (81.64% from 255) = 33.6%

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

R = 36.35%
G = 33.6%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1D0BA (or 0xE1D0BA) is known color: Spanish White. HEX triplet: E1, D0 and BA. RGB value is (225,208,186). Sum of RGB (Red+Green+Blue) = 225+208+186=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0BA is #1E2F45. Grayscale: #D2D2D2. Windows color (decimal): -1978182 or 12243169. OLE color: 12243169.

HSL color Cylindrical-coordinate representation of color #E1D0BA: hue angle of 33.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1D0BA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 186 -
CMYK 0 0.08 0.17 0.12
HSL 33.85º 0.39% 0.81% -
HSV(B) 33.85º 0.17% 0.88% -
XYZ 62.47 64.66 55.64 -
YUV 210.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 225 208 186 0 0.08 0.17 0.12 33.85 0.39 0.81
Hex E1 D0 BA 0 8 11 C 22 27 51
Octal 341 320 272 0 10 21 14 42 47 121
Binary 11100001 11010000 10111010 0 1000 10001 1100 100010 100111 1010001

Color Harmonies of #E1D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D0BA

Black with #E1D0BA

Text Example


Text Example

White with #E1D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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