Html Css Color HEX #E0D3AF Spanish White

📋 copy color: '#E0D3AF'

red 224 ◦ green 211 ◦ blue 175

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

Shades of Spanish White #E0D3AF

Tints of Spanish White #E0D3AF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.59%

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

R = 36.72%
G = 34.59%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0D3AF (or 0xE0D3AF) is known color: Spanish White. HEX triplet: E0, D3 and AF. RGB value is (224,211,175). Sum of RGB (Red+Green+Blue) = 224+211+175=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D3AF is #1F2C50. Grayscale: #D2D2D2. Windows color (decimal): -2042961 or 11523040. OLE color: 11523040.

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

Color convert

RGB 224 211 175 -
CMYK 0 0.06 0.22 0.12
HSL 44.08º 0.44% 0.78% -
HSV(B) 44.08º 0.22% 0.88% -
XYZ 61.77 65.53 49.95 -
YUV 210.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 224 211 175 0 0.06 0.22 0.12 44.08 0.44 0.78
Hex E0 D3 AF 0 6 16 C 2C 2C 4E
Octal 340 323 257 0 6 26 14 54 54 116
Binary 11100000 11010011 10101111 0 110 10110 1100 101100 101100 1001110

Color Harmonies of #E0D3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D3AF

Black with #E0D3AF

Text Example


Text Example

White with #E0D3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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