Html Css Color HEX #E0D0AC Spanish White

📋 copy color: '#E0D0AC'

red 224 ◦ green 208 ◦ blue 172

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

Shades of Spanish White #E0D0AC

Tints of Spanish White #E0D0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.48%

R = 37.09%
G = 34.44%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0D0AC (or 0xE0D0AC) is known color: Spanish White. HEX triplet: E0, D0 and AC. RGB value is (224,208,172). Sum of RGB (Red+Green+Blue) = 224+208+172=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D0AC is #1F2F53. Grayscale: #D0D0D0. Windows color (decimal): -2043732 or 11325664. OLE color: 11325664.

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

Color convert

RGB 224 208 172 -
CMYK 0 0.07 0.23 0.12
HSL 41.54º 0.46% 0.78% -
HSV(B) 41.54º 0.23% 0.88% -
XYZ 60.74 63.94 48.17 -
YUV 208.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 224 208 172 0 0.07 0.23 0.12 41.54 0.46 0.78
Hex E0 D0 AC 0 7 17 C 2A 2E 4E
Octal 340 320 254 0 7 27 14 52 56 116
Binary 11100000 11010000 10101100 0 111 10111 1100 101010 101110 1001110

Color Harmonies of #E0D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D0AC

Black with #E0D0AC

Text Example


Text Example

White with #E0D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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