Html Css Color HEX #E0D1AF Spanish White

📋 copy color: '#E0D1AF'

red 224 ◦ green 209 ◦ blue 175

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

Shades of Spanish White #E0D1AF

Tints of Spanish White #E0D1AF

RGB

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

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

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

R = 36.84%
G = 34.38%
B = 28.78%

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

#E0D1AF (or 0xE0D1AF) is known color: Spanish White. HEX triplet: E0, D1 and AF. RGB value is (224,209,175). Sum of RGB (Red+Green+Blue) = 224+209+175=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D1AF is #1F2E50. Grayscale: #D1D1D1. Windows color (decimal): -2043473 or 11522528. OLE color: 11522528.

HSL color Cylindrical-coordinate representation of color #E0D1AF: hue angle of 41.63º degrees, saturation: 0.44, 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 #E0D1AF is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 209 175 -
CMYK 0 0.07 0.22 0.12
HSL 41.63º 0.44% 0.78% -
HSV(B) 41.63º 0.22% 0.88% -
XYZ 61.28 64.54 49.79 -
YUV 209.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 224 209 175 0 0.07 0.22 0.12 41.63 0.44 0.78
Hex E0 D1 AF 0 7 16 C 2A 2C 4E
Octal 340 321 257 0 7 26 14 52 54 116
Binary 11100000 11010001 10101111 0 111 10110 1100 101010 101100 1001110

Color Harmonies of #E0D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D1AF

Black with #E0D1AF

Text Example


Text Example

White with #E0D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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