Html Css Color HEX #E6E2AE Tusk

📋 copy color: '#E6E2AE'

red 230 ◦ green 226 ◦ blue 174

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

Shades of Tusk #E6E2AE

Tints of Tusk #E6E2AE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.87%

 BLUE value IS 174 (68.36% from 255) = 27.62%

R = 36.51%
G = 35.87%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6E2AE (or 0xE6E2AE) is known color: Tusk. HEX triplet: E6, E2 and AE. RGB value is (230,226,174). Sum of RGB (Red+Green+Blue) = 230+226+174=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E2AE is #191D51. Grayscale: #DDDDDD. Windows color (decimal): -1645906 or 11461350. OLE color: 11461350.

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

Color convert

RGB 230 226 174 -
CMYK 0 0.02 0.24 0.10
HSL 55.71º 0.53% 0.79% -
HSV(B) 55.71º 0.24% 0.9% -
XYZ 67.47 74.27 50.82 -
YUV 221.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 230 226 174 0 0.02 0.24 0.10 55.71 0.53 0.79
Hex E6 E2 AE 0 2 18 A 38 35 4F
Octal 346 342 256 0 2 30 12 70 65 117
Binary 11100110 11100010 10101110 0 10 11000 1010 111000 110101 1001111

Color Harmonies of #E6E2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E2AE

Black with #E6E2AE

Text Example


Text Example

White with #E6E2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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