Html Css Color HEX #E1D0AD Spanish White

📋 copy color: '#E1D0AD'

red 225 ◦ green 208 ◦ blue 173

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

Shades of Spanish White #E1D0AD

Tints of Spanish White #E1D0AD

RGB

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

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

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

R = 37.13%
G = 34.32%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E1D0AD (or 0xE1D0AD) is known color: Spanish White. HEX triplet: E1, D0 and AD. RGB value is (225,208,173). Sum of RGB (Red+Green+Blue) = 225+208+173=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D0AD is #1E2F52. Grayscale: #D1D1D1. Windows color (decimal): -1978195 or 11391201. OLE color: 11391201.

HSL color Cylindrical-coordinate representation of color #E1D0AD: hue angle of 40.38º degrees, saturation: 0.46, 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 #E1D0AD is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 173 -
CMYK 0 0.08 0.23 0.12
HSL 40.38º 0.46% 0.78% -
HSV(B) 40.38º 0.23% 0.88% -
XYZ 61.15 64.14 48.69 -
YUV 209.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 225 208 173 0 0.08 0.23 0.12 40.38 0.46 0.78
Hex E1 D0 AD 0 8 17 C 28 2E 4E
Octal 341 320 255 0 10 27 14 50 56 116
Binary 11100001 11010000 10101101 0 1000 10111 1100 101000 101110 1001110

Color Harmonies of #E1D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D0AD

Black with #E1D0AD

Text Example


Text Example

White with #E1D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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