Html Css Color HEX #E1E0B0 Tusk

📋 copy color: '#E1E0B0'

red 225 ◦ green 224 ◦ blue 176

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

Shades of Tusk #E1E0B0

Tints of Tusk #E1E0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.16%

R = 36%
G = 35.84%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1E0B0 (or 0xE1E0B0) is known color: Tusk. HEX triplet: E1, E0 and B0. RGB value is (225,224,176). Sum of RGB (Red+Green+Blue) = 225+224+176=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E0B0 is #1E1F4F. Grayscale: #DBDBDB. Windows color (decimal): -1974096 or 11591905. OLE color: 11591905.

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

Color convert

RGB 225 224 176 -
CMYK 0 0.00 0.22 0.12
HSL 58.78º 0.45% 0.79% -
HSV(B) 58.78º 0.22% 0.88% -
XYZ 65.54 72.45 51.6 -
YUV 218.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 225 224 176 0 0.00 0.22 0.12 58.78 0.45 0.79
Hex E1 E0 B0 0 0 16 C 3B 2D 4F
Octal 341 340 260 0 0 26 14 73 55 117
Binary 11100001 11100000 10110000 0 0 10110 1100 111011 101101 1001111

Color Harmonies of #E1E0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E0B0

Black with #E1E0B0

Text Example


Text Example

White with #E1E0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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