Html Css Color HEX #E1E2A4 Tusk

📋 copy color: '#E1E2A4'

red 225 ◦ green 226 ◦ blue 164

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

Shades of Tusk #E1E2A4

Tints of Tusk #E1E2A4

RGB

 RED value IS 225 (88.28% from 255) = 36.59%

 GREEN value IS 226 (88.67% from 255) = 36.75%

 BLUE value IS 164 (64.45% from 255) = 26.67%

R = 36.59%
G = 36.75%
B = 26.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E1E2A4 (or 0xE1E2A4) is known color: Tusk. HEX triplet: E1, E2 and A4. RGB value is (225,226,164). Sum of RGB (Red+Green+Blue) = 225+226+164=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E2A4 is #1E1D5B. Grayscale: #DADADA. Windows color (decimal): -1973596 or 10805985. OLE color: 10805985.

HSL color Cylindrical-coordinate representation of color #E1E2A4: hue angle of 60.97º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1E2A4 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 226 164 -
CMYK 0.00 0 0.27 0.11
HSL 60.97º 0.52% 0.76% -
HSV(B) 60.97º 0.27% 0.89% -
XYZ 64.95 73.08 45.8 -
YUV 218.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 225 226 164 0.00 0 0.27 0.11 60.97 0.52 0.76
Hex E1 E2 A4 0 0 1B B 3D 34 4C
Octal 341 342 244 0 0 33 13 75 64 114
Binary 11100001 11100010 10100100 0 0 11011 1011 111101 110100 1001100

Color Harmonies of #E1E2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E2A4

Black with #E1E2A4

Text Example


Text Example

White with #E1E2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E2A4; }

 p { color: rgb(225,226,164); }

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

background-color css

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

 a { background-color: rgb(225,226,164); }

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

border-color css

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

 span { border-color: rgb(225,226,164); }

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