Html Css Color HEX #E1E2B4 Tusk

📋 copy color: '#E1E2B4'

red 225 ◦ green 226 ◦ blue 180

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

Shades of Tusk #E1E2B4

Tints of Tusk #E1E2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.53%

R = 35.66%
G = 35.82%
B = 28.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E1E2B4 (or 0xE1E2B4) is known color: Tusk. HEX triplet: E1, E2 and B4. RGB value is (225,226,180). Sum of RGB (Red+Green+Blue) = 225+226+180=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E2B4 is #1E1D4B. Grayscale: #DCDCDC. Windows color (decimal): -1973580 or 11854561. OLE color: 11854561.

HSL color Cylindrical-coordinate representation of color #E1E2B4: hue angle of 61.3º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1E2B4 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 226 180 -
CMYK 0.00 0 0.20 0.11
HSL 61.3º 0.44% 0.8% -
HSV(B) 61.3º 0.2% 0.89% -
XYZ 66.49 73.7 53.9 -
YUV 220.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 225 226 180 0.00 0 0.20 0.11 61.3 0.44 0.8
Hex E1 E2 B4 0 0 14 B 3D 2C 50
Octal 341 342 264 0 0 24 13 75 54 120
Binary 11100001 11100010 10110100 0 0 10100 1011 111101 101100 1010000

Color Harmonies of #E1E2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E2B4

Black with #E1E2B4

Text Example


Text Example

White with #E1E2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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