Html Css Color HEX #E0DFAE Tusk

📋 copy color: '#E0DFAE'

red 224 ◦ green 223 ◦ blue 174

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

Shades of Tusk #E0DFAE

Tints of Tusk #E0DFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.91%

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

R = 36.07%
G = 35.91%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0DFAE (or 0xE0DFAE) is known color: Tusk. HEX triplet: E0, DF and AE. RGB value is (224,223,174). Sum of RGB (Red+Green+Blue) = 224+223+174=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DFAE is #1F2051. Grayscale: #D9D9D9. Windows color (decimal): -2039890 or 11460576. OLE color: 11460576.

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

Color convert

RGB 224 223 174 -
CMYK 0 0.00 0.22 0.12
HSL 58.8º 0.45% 0.78% -
HSV(B) 58.8º 0.22% 0.88% -
XYZ 64.77 71.68 50.47 -
YUV 217.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 224 223 174 0 0.00 0.22 0.12 58.8 0.45 0.78
Hex E0 DF AE 0 0 16 C 3B 2D 4E
Octal 340 337 256 0 0 26 14 73 55 116
Binary 11100000 11011111 10101110 0 0 10110 1100 111011 101101 1001110

Color Harmonies of #E0DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFAE

Black with #E0DFAE

Text Example


Text Example

White with #E0DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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