Html Css Color HEX #E0E8AA Tusk

📋 copy color: '#E0E8AA'

red 224 ◦ green 232 ◦ blue 170

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

Shades of Tusk #E0E8AA

Tints of Tusk #E0E8AA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.06%

 BLUE value IS 170 (66.8% from 255) = 27.16%

R = 35.78%
G = 37.06%
B = 27.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E0E8AA (or 0xE0E8AA) is known color: Tusk. HEX triplet: E0, E8 and AA. RGB value is (224,232,170). Sum of RGB (Red+Green+Blue) = 224+232+170=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #E0E8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E8AA is #1F1755. Grayscale: #DEDEDE. Windows color (decimal): -2037590 or 11200736. OLE color: 11200736.

HSL color Cylindrical-coordinate representation of color #E0E8AA: hue angle of 67.74º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0E8AA is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 232 170 -
CMYK 0.03 0 0.27 0.09
HSL 67.74º 0.57% 0.79% -
HSV(B) 67.74º 0.27% 0.91% -
XYZ 66.85 76.46 49.27 -
YUV 222.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 224 232 170 0.03 0 0.27 0.09 67.74 0.57 0.79
Hex E0 E8 AA 3 0 1B 9 44 39 4F
Octal 340 350 252 3 0 33 11 104 71 117
Binary 11100000 11101000 10101010 11 0 11011 1001 1000100 111001 1001111

Color Harmonies of #E0E8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E8AA

Black with #E0E8AA

Text Example


Text Example

White with #E0E8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E8AA; }

 p { color: rgb(224,232,170); }

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

background-color css

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

 a { background-color: rgb(224,232,170); }

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

border-color css

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

 span { border-color: rgb(224,232,170); }

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