Html Css Color HEX #E2E4A0 Tusk

📋 copy color: '#E2E4A0'

red 226 ◦ green 228 ◦ blue 160

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

Shades of Tusk #E2E4A0

Tints of Tusk #E2E4A0

RGB

 RED value IS 226 (88.67% from 255) = 36.81%

 GREEN value IS 228 (89.45% from 255) = 37.13%

 BLUE value IS 160 (62.89% from 255) = 26.06%

R = 36.81%
G = 37.13%
B = 26.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2E4A0 (or 0xE2E4A0) is known color: Tusk. HEX triplet: E2, E4 and A0. RGB value is (226,228,160). Sum of RGB (Red+Green+Blue) = 226+228+160=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E4A0 is #1D1B5F. Grayscale: #DBDBDB. Windows color (decimal): -1907552 or 10544354. OLE color: 10544354.

HSL color Cylindrical-coordinate representation of color #E2E4A0: hue angle of 61.76º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2E4A0 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 228 160 -
CMYK 0.01 0 0.30 0.11
HSL 61.76º 0.56% 0.76% -
HSV(B) 61.76º 0.3% 0.89% -
XYZ 65.45 74.19 44.13 -
YUV 219.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 226 228 160 0.01 0 0.30 0.11 61.76 0.56 0.76
Hex E2 E4 A0 1 0 1E B 3E 38 4C
Octal 342 344 240 1 0 36 13 76 70 114
Binary 11100010 11100100 10100000 1 0 11110 1011 111110 111000 1001100

Color Harmonies of #E2E4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E4A0

Black with #E2E4A0

Text Example


Text Example

White with #E2E4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E4A0; }

 p { color: rgb(226,228,160); }

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

background-color css

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

 a { background-color: rgb(226,228,160); }

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

border-color css

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

 span { border-color: rgb(226,228,160); }

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