Html Css Color HEX #E0D4BE Spanish White

📋 copy color: '#E0D4BE'

red 224 ◦ green 212 ◦ blue 190

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

Shades of Spanish White #E0D4BE

Tints of Spanish White #E0D4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.35%

R = 35.78%
G = 33.87%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0D4BE (or 0xE0D4BE) is known color: Spanish White. HEX triplet: E0, D4 and BE. RGB value is (224,212,190). Sum of RGB (Red+Green+Blue) = 224+212+190=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4BE is #1F2B41. Grayscale: #D5D5D5. Windows color (decimal): -2042690 or 12506336. OLE color: 12506336.

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

Color convert

RGB 224 212 190 -
CMYK 0 0.05 0.15 0.12
HSL 38.82º 0.35% 0.81% -
HSV(B) 38.82º 0.15% 0.88% -
XYZ 63.58 66.65 58.23 -
YUV 213.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 224 212 190 0 0.05 0.15 0.12 38.82 0.35 0.81
Hex E0 D4 BE 0 5 F C 27 23 51
Octal 340 324 276 0 5 17 14 47 43 121
Binary 11100000 11010100 10111110 0 101 1111 1100 100111 100011 1010001

Color Harmonies of #E0D4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D4BE

Black with #E0D4BE

Text Example


Text Example

White with #E0D4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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