Html Css Color HEX #E1D1AF Spanish White

📋 copy color: '#E1D1AF'

red 225 ◦ green 209 ◦ blue 175

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

Shades of Spanish White #E1D1AF

Tints of Spanish White #E1D1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.32%

 BLUE value IS 175 (68.75% from 255) = 28.74%

R = 36.95%
G = 34.32%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1D1AF (or 0xE1D1AF) is known color: Spanish White. HEX triplet: E1, D1 and AF. RGB value is (225,209,175). Sum of RGB (Red+Green+Blue) = 225+209+175=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D1AF is #1E2E50. Grayscale: #D2D2D2. Windows color (decimal): -1977937 or 11522529. OLE color: 11522529.

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

Color convert

RGB 225 209 175 -
CMYK 0 0.07 0.22 0.12
HSL 40.8º 0.45% 0.78% -
HSV(B) 40.8º 0.22% 0.88% -
XYZ 61.59 64.7 49.8 -
YUV 209.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 225 209 175 0 0.07 0.22 0.12 40.8 0.45 0.78
Hex E1 D1 AF 0 7 16 C 29 2D 4E
Octal 341 321 257 0 7 26 14 51 55 116
Binary 11100001 11010001 10101111 0 111 10110 1100 101001 101101 1001110

Color Harmonies of #E1D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D1AF

Black with #E1D1AF

Text Example


Text Example

White with #E1D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D1AF; }

 p { color: rgb(225,209,175); }

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

background-color css

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

 a { background-color: rgb(225,209,175); }

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

border-color css

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

 span { border-color: rgb(225,209,175); }

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