Html Css Color HEX #E0D2AF Spanish White

📋 copy color: '#E0D2AF'

red 224 ◦ green 210 ◦ blue 175

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

Shades of Spanish White #E0D2AF

Tints of Spanish White #E0D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.48%

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

R = 36.78%
G = 34.48%
B = 28.74%

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

#E0D2AF (or 0xE0D2AF) is known color: Spanish White. HEX triplet: E0, D2 and AF. RGB value is (224,210,175). Sum of RGB (Red+Green+Blue) = 224+210+175=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D2AF is #1F2D50. Grayscale: #D2D2D2. Windows color (decimal): -2043217 or 11522784. OLE color: 11522784.

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

Color convert

RGB 224 210 175 -
CMYK 0 0.06 0.22 0.12
HSL 42.86º 0.44% 0.78% -
HSV(B) 42.86º 0.22% 0.88% -
XYZ 61.52 65.04 49.87 -
YUV 210.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 224 210 175 0 0.06 0.22 0.12 42.86 0.44 0.78
Hex E0 D2 AF 0 6 16 C 2B 2C 4E
Octal 340 322 257 0 6 26 14 53 54 116
Binary 11100000 11010010 10101111 0 110 10110 1100 101011 101100 1001110

Color Harmonies of #E0D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2AF

Black with #E0D2AF

Text Example


Text Example

White with #E0D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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