Html Css Color HEX #E0EEAA Tusk

📋 copy color: '#E0EEAA'

red 224 ◦ green 238 ◦ blue 170

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

Shades of Tusk #E0EEAA

Tints of Tusk #E0EEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.66%

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

R = 35.44%
G = 37.66%
B = 26.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#E0EEAA (or 0xE0EEAA) is known color: Tusk. HEX triplet: E0, EE and AA. RGB value is (224,238,170). Sum of RGB (Red+Green+Blue) = 224+238+170=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EEAA is #1F1155. Grayscale: #E2E2E2. Windows color (decimal): -2036054 or 11202272. OLE color: 11202272.

HSL color Cylindrical-coordinate representation of color #E0EEAA: hue angle of 72.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0EEAA is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 238 170 -
CMYK 0.06 0 0.29 0.07
HSL 72.35º 0.67% 0.8% -
HSV(B) 72.35º 0.29% 0.93% -
XYZ 68.57 79.9 49.84 -
YUV 226.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 224 238 170 0.06 0 0.29 0.07 72.35 0.67 0.8
Hex E0 EE AA 6 0 1D 7 48 43 50
Octal 340 356 252 6 0 35 7 110 103 120
Binary 11100000 11101110 10101010 110 0 11101 111 1001000 1000011 1010000

Color Harmonies of #E0EEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EEAA

Black with #E0EEAA

Text Example


Text Example

White with #E0EEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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