Html Css Color HEX #E1E0B9 Tusk

📋 copy color: '#E1E0B9'

red 225 ◦ green 224 ◦ blue 185

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

Shades of Tusk #E1E0B9

Tints of Tusk #E1E0B9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.33%

 BLUE value IS 185 (72.66% from 255) = 29.18%

R = 35.49%
G = 35.33%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E1E0B9 (or 0xE1E0B9) is known color: Tusk. HEX triplet: E1, E0 and B9. RGB value is (225,224,185). Sum of RGB (Red+Green+Blue) = 225+224+185=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0B9 is #1E1F46. Grayscale: #DCDCDC. Windows color (decimal): -1974087 or 12181729. OLE color: 12181729.

HSL color Cylindrical-coordinate representation of color #E1E0B9: hue angle of 58.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1E0B9 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 224 185 -
CMYK 0 0.00 0.18 0.12
HSL 58.5º 0.4% 0.8% -
HSV(B) 58.5º 0.18% 0.88% -
XYZ 66.46 72.82 56.45 -
YUV 219.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 225 224 185 0 0.00 0.18 0.12 58.5 0.4 0.8
Hex E1 E0 B9 0 0 12 C 3A 28 50
Octal 341 340 271 0 0 22 14 72 50 120
Binary 11100001 11100000 10111001 0 0 10010 1100 111010 101000 1010000

Color Harmonies of #E1E0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E0B9

Black with #E1E0B9

Text Example


Text Example

White with #E1E0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E0B9; }

 p { color: rgb(225,224,185); }

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

background-color css

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

 a { background-color: rgb(225,224,185); }

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

border-color css

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

 span { border-color: rgb(225,224,185); }

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