Html Css Color HEX #E2E6BA Tusk

📋 copy color: '#E2E6BA'

red 226 ◦ green 230 ◦ blue 186

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

Shades of Tusk #E2E6BA

Tints of Tusk #E2E6BA

RGB

 RED value IS 226 (88.67% from 255) = 35.2%

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

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

R = 35.2%
G = 35.83%
B = 28.97%

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

#E2E6BA (or 0xE2E6BA) is known color: Tusk. HEX triplet: E2, E6 and BA. RGB value is (226,230,186). Sum of RGB (Red+Green+Blue) = 226+230+186=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6BA is #1D1945. Grayscale: #DFDFDF. Windows color (decimal): -1907014 or 12248802. OLE color: 12248802.

HSL color Cylindrical-coordinate representation of color #E2E6BA: hue angle of 65.45º 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 #E2E6BA is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 230 186 -
CMYK 0.02 0 0.19 0.10
HSL 65.45º 0.47% 0.82% -
HSV(B) 65.45º 0.19% 0.9% -
XYZ 68.52 76.31 57.57 -
YUV 223.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 226 230 186 0.02 0 0.19 0.10 65.45 0.47 0.82
Hex E2 E6 BA 2 0 13 A 41 2F 52
Octal 342 346 272 2 0 23 12 101 57 122
Binary 11100010 11100110 10111010 10 0 10011 1010 1000001 101111 1010010

Color Harmonies of #E2E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E6BA

Black with #E2E6BA

Text Example


Text Example

White with #E2E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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