Html Css Color HEX #E1E4A2 Tusk

📋 copy color: '#E1E4A2'

red 225 ◦ green 228 ◦ blue 162

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

Shades of Tusk #E1E4A2

Tints of Tusk #E1E4A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.34%

R = 36.59%
G = 37.07%
B = 26.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E1E4A2 (or 0xE1E4A2) is known color: Tusk. HEX triplet: E1, E4 and A2. RGB value is (225,228,162). Sum of RGB (Red+Green+Blue) = 225+228+162=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E4A2 is #1E1B5D. Grayscale: #DBDBDB. Windows color (decimal): -1973086 or 10675425. OLE color: 10675425.

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

Color convert

RGB 225 228 162 -
CMYK 0.01 0 0.29 0.11
HSL 62.73º 0.55% 0.76% -
HSV(B) 62.73º 0.29% 0.89% -
XYZ 65.32 74.1 45.04 -
YUV 219.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 225 228 162 0.01 0 0.29 0.11 62.73 0.55 0.76
Hex E1 E4 A2 1 0 1D B 3F 37 4C
Octal 341 344 242 1 0 35 13 77 67 114
Binary 11100001 11100100 10100010 1 0 11101 1011 111111 110111 1001100

Color Harmonies of #E1E4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E4A2

Black with #E1E4A2

Text Example


Text Example

White with #E1E4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E4A2; }

 p { color: rgb(225,228,162); }

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

background-color css

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

 a { background-color: rgb(225,228,162); }

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

border-color css

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

 span { border-color: rgb(225,228,162); }

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