Html Css Color HEX #E0D0AF Spanish White

📋 copy color: '#E0D0AF'

red 224 ◦ green 208 ◦ blue 175

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

Shades of Spanish White #E0D0AF

Tints of Spanish White #E0D0AF

RGB

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

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

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

R = 36.9%
G = 34.27%
B = 28.83%

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

#E0D0AF (or 0xE0D0AF) is known color: Spanish White. HEX triplet: E0, D0 and AF. RGB value is (224,208,175). Sum of RGB (Red+Green+Blue) = 224+208+175=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D0AF is #1F2F50. Grayscale: #D1D1D1. Windows color (decimal): -2043729 or 11522272. OLE color: 11522272.

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

Color convert

RGB 224 208 175 -
CMYK 0 0.07 0.22 0.12
HSL 40.41º 0.44% 0.78% -
HSV(B) 40.41º 0.22% 0.88% -
XYZ 61.03 64.05 49.7 -
YUV 209.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 224 208 175 0 0.07 0.22 0.12 40.41 0.44 0.78
Hex E0 D0 AF 0 7 16 C 28 2C 4E
Octal 340 320 257 0 7 26 14 50 54 116
Binary 11100000 11010000 10101111 0 111 10110 1100 101000 101100 1001110

Color Harmonies of #E0D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D0AF

Black with #E0D0AF

Text Example


Text Example

White with #E0D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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