Html Css Color HEX #E1E1BC Tusk

📋 copy color: '#E1E1BC'

red 225 ◦ green 225 ◦ blue 188

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

Shades of Tusk #E1E1BC

Tints of Tusk #E1E1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.27%

 BLUE value IS 188 (73.83% from 255) = 29.47%

R = 35.27%
G = 35.27%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1E1BC (or 0xE1E1BC) is known color: Tusk. HEX triplet: E1, E1 and BC. RGB value is (225,225,188). Sum of RGB (Red+Green+Blue) = 225+225+188=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E1BC is #1E1E43. Grayscale: #DCDCDC. Windows color (decimal): -1973828 or 12378593. OLE color: 12378593.

HSL color Cylindrical-coordinate representation of color #E1E1BC: hue angle of 60º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1E1BC is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 225 188 -
CMYK 0 0 0.16 0.12
HSL 60º 0.38% 0.81% -
HSV(B) 60º 0.16% 0.88% -
XYZ 67.05 73.49 58.23 -
YUV 220.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 225 225 188 0 0 0.16 0.12 60 0.38 0.81
Hex E1 E1 BC 0 0 10 C 3C 26 51
Octal 341 341 274 0 0 20 14 74 46 121
Binary 11100001 11100001 10111100 0 0 10000 1100 111100 100110 1010001

Color Harmonies of #E1E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E1BC

Black with #E1E1BC

Text Example


Text Example

White with #E1E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E1BC; }

 p { color: rgb(225,225,188); }

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

background-color css

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

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

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

border-color css

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

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

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