Html Css Color HEX #E2E5BA Tusk

📋 copy color: '#E2E5BA'

red 226 ◦ green 229 ◦ blue 186

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

Shades of Tusk #E2E5BA

Tints of Tusk #E2E5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

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

R = 35.26%
G = 35.73%
B = 29.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E2E5BA (or 0xE2E5BA) is known color: Tusk. HEX triplet: E2, E5 and BA. RGB value is (226,229,186). Sum of RGB (Red+Green+Blue) = 226+229+186=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5BA is #1D1A45. Grayscale: #DFDFDF. Windows color (decimal): -1907270 or 12248546. OLE color: 12248546.

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

Color convert

RGB 226 229 186 -
CMYK 0.01 0 0.19 0.10
HSL 64.19º 0.45% 0.81% -
HSV(B) 64.19º 0.19% 0.9% -
XYZ 68.25 75.75 57.48 -
YUV 223.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 226 229 186 0.01 0 0.19 0.10 64.19 0.45 0.81
Hex E2 E5 BA 1 0 13 A 40 2D 51
Octal 342 345 272 1 0 23 12 100 55 121
Binary 11100010 11100101 10111010 1 0 10011 1010 1000000 101101 1010001

Color Harmonies of #E2E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E5BA

Black with #E2E5BA

Text Example


Text Example

White with #E2E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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