Html Css Color HEX #E0D2AE Spanish White

📋 copy color: '#E0D2AE'

red 224 ◦ green 210 ◦ blue 174

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

Shades of Spanish White #E0D2AE

Tints of Spanish White #E0D2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.62%

R = 36.84%
G = 34.54%
B = 28.62%

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

#E0D2AE (or 0xE0D2AE) is known color: Spanish White. HEX triplet: E0, D2 and AE. RGB value is (224,210,174). Sum of RGB (Red+Green+Blue) = 224+210+174=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D2AE is #1F2D51. Grayscale: #D2D2D2. Windows color (decimal): -2043218 or 11457248. OLE color: 11457248.

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

Color convert

RGB 224 210 174 -
CMYK 0 0.06 0.22 0.12
HSL 43.2º 0.45% 0.78% -
HSV(B) 43.2º 0.22% 0.88% -
XYZ 61.43 65 49.35 -
YUV 210.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 224 210 174 0 0.06 0.22 0.12 43.2 0.45 0.78
Hex E0 D2 AE 0 6 16 C 2B 2D 4E
Octal 340 322 256 0 6 26 14 53 55 116
Binary 11100000 11010010 10101110 0 110 10110 1100 101011 101101 1001110

Color Harmonies of #E0D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2AE

Black with #E0D2AE

Text Example


Text Example

White with #E0D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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