Html Css Color HEX #E1E6BA Tusk

📋 copy color: '#E1E6BA'

red 225 ◦ green 230 ◦ blue 186

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

Shades of Tusk #E1E6BA

Tints of Tusk #E1E6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

 BLUE value IS 186 (73.05% from 255) = 29.02%

R = 35.1%
G = 35.88%
B = 29.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E1E6BA (or 0xE1E6BA) is known color: Tusk. HEX triplet: E1, E6 and BA. RGB value is (225,230,186). Sum of RGB (Red+Green+Blue) = 225+230+186=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6BA is #1E1945. Grayscale: #DFDFDF. Windows color (decimal): -1972550 or 12248801. OLE color: 12248801.

HSL color Cylindrical-coordinate representation of color #E1E6BA: hue angle of 66.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1E6BA is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 230 186 -
CMYK 0.02 0 0.19 0.10
HSL 66.82º 0.47% 0.82% -
HSV(B) 66.82º 0.19% 0.9% -
XYZ 68.21 76.15 57.56 -
YUV 223.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 225 230 186 0.02 0 0.19 0.10 66.82 0.47 0.82
Hex E1 E6 BA 2 0 13 A 43 2F 52
Octal 341 346 272 2 0 23 12 103 57 122
Binary 11100001 11100110 10111010 10 0 10011 1010 1000011 101111 1010010

Color Harmonies of #E1E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6BA

Black with #E1E6BA

Text Example


Text Example

White with #E1E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6BA; }

 p { color: rgb(225,230,186); }

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

background-color css

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

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

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

border-color css

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

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

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