Html Css Color HEX #E6E4BA Tusk

📋 copy color: '#E6E4BA'

red 230 ◦ green 228 ◦ blue 186

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

Shades of Tusk #E6E4BA

Tints of Tusk #E6E4BA

RGB

 RED value IS 230 (90.23% from 255) = 35.71%

 GREEN value IS 228 (89.45% from 255) = 35.4%

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

R = 35.71%
G = 35.4%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6E4BA (or 0xE6E4BA) is known color: Tusk. HEX triplet: E6, E4 and BA. RGB value is (230,228,186). Sum of RGB (Red+Green+Blue) = 230+228+186=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E4BA is #191B45. Grayscale: #DFDFDF. Windows color (decimal): -1645382 or 12248294. OLE color: 12248294.

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

Color convert

RGB 230 228 186 -
CMYK 0 0.01 0.19 0.10
HSL 57.27º 0.47% 0.82% -
HSV(B) 57.27º 0.19% 0.9% -
XYZ 69.24 75.85 57.45 -
YUV 223.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 230 228 186 0 0.01 0.19 0.10 57.27 0.47 0.82
Hex E6 E4 BA 0 1 13 A 39 2F 52
Octal 346 344 272 0 1 23 12 71 57 122
Binary 11100110 11100100 10111010 0 1 10011 1010 111001 101111 1010010

Color Harmonies of #E6E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E4BA

Black with #E6E4BA

Text Example


Text Example

White with #E6E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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