Html Css Color HEX #E5E5BA Tusk

📋 copy color: '#E5E5BA'

red 229 ◦ green 229 ◦ blue 186

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

Shades of Tusk #E5E5BA

Tints of Tusk #E5E5BA

RGB

 RED value IS 229 (89.84% from 255) = 35.56%

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

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

R = 35.56%
G = 35.56%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5E5BA (or 0xE5E5BA) is known color: Tusk. HEX triplet: E5, E5 and BA. RGB value is (229,229,186). Sum of RGB (Red+Green+Blue) = 229+229+186=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E5BA is #1A1A45. Grayscale: #E0E0E0. Windows color (decimal): -1710662 or 12248549. OLE color: 12248549.

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

Color convert

RGB 229 229 186 -
CMYK 0 0 0.19 0.10
HSL 60º 0.45% 0.81% -
HSV(B) 60º 0.19% 0.9% -
XYZ 69.2 76.24 57.52 -
YUV 224.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 229 229 186 0 0 0.19 0.10 60 0.45 0.81
Hex E5 E5 BA 0 0 13 A 3C 2D 51
Octal 345 345 272 0 0 23 12 74 55 121
Binary 11100101 11100101 10111010 0 0 10011 1010 111100 101101 1010001

Color Harmonies of #E5E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E5BA

Black with #E5E5BA

Text Example


Text Example

White with #E5E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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