Html Css Color HEX #E0D4BA Spanish White

📋 copy color: '#E0D4BA'

red 224 ◦ green 212 ◦ blue 186

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

Shades of Spanish White #E0D4BA

Tints of Spanish White #E0D4BA

RGB

 RED value IS 224 (87.89% from 255) = 36.01%

 GREEN value IS 212 (83.2% from 255) = 34.08%

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

R = 36.01%
G = 34.08%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0D4BA (or 0xE0D4BA) is known color: Spanish White. HEX triplet: E0, D4 and BA. RGB value is (224,212,186). Sum of RGB (Red+Green+Blue) = 224+212+186=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4BA is #1F2B45. Grayscale: #D4D4D4. Windows color (decimal): -2042694 or 12244192. OLE color: 12244192.

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

Color convert

RGB 224 212 186 -
CMYK 0 0.05 0.17 0.12
HSL 41.05º 0.38% 0.8% -
HSV(B) 41.05º 0.17% 0.88% -
XYZ 63.15 66.48 55.96 -
YUV 212.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 224 212 186 0 0.05 0.17 0.12 41.05 0.38 0.8
Hex E0 D4 BA 0 5 11 C 29 26 50
Octal 340 324 272 0 5 21 14 51 46 120
Binary 11100000 11010100 10111010 0 101 10001 1100 101001 100110 1010000

Color Harmonies of #E0D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D4BA

Black with #E0D4BA

Text Example


Text Example

White with #E0D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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