Html Css Color HEX #E0D0AD Spanish White

📋 copy color: '#E0D0AD'

red 224 ◦ green 208 ◦ blue 173

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

Shades of Spanish White #E0D0AD

Tints of Spanish White #E0D0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.6%

R = 37.02%
G = 34.38%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0D0AD (or 0xE0D0AD) is known color: Spanish White. HEX triplet: E0, D0 and AD. RGB value is (224,208,173). Sum of RGB (Red+Green+Blue) = 224+208+173=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D0AD is #1F2F52. Grayscale: #D0D0D0. Windows color (decimal): -2043731 or 11391200. OLE color: 11391200.

HSL color Cylindrical-coordinate representation of color #E0D0AD: hue angle of 41.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0D0AD is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 173 -
CMYK 0 0.07 0.23 0.12
HSL 41.18º 0.45% 0.78% -
HSV(B) 41.18º 0.23% 0.88% -
XYZ 60.84 63.98 48.68 -
YUV 208.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 224 208 173 0 0.07 0.23 0.12 41.18 0.45 0.78
Hex E0 D0 AD 0 7 17 C 29 2D 4E
Octal 340 320 255 0 7 27 14 51 55 116
Binary 11100000 11010000 10101101 0 111 10111 1100 101001 101101 1001110

Color Harmonies of #E0D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D0AD

Black with #E0D0AD

Text Example


Text Example

White with #E0D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D0AD; }

 p { color: rgb(224,208,173); }

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

background-color css

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

 a { background-color: rgb(224,208,173); }

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

border-color css

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

 span { border-color: rgb(224,208,173); }

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