Html Css Color HEX #E0E6A2 Tusk

📋 copy color: '#E0E6A2'

red 224 ◦ green 230 ◦ blue 162

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

Shades of Tusk #E0E6A2

Tints of Tusk #E0E6A2

RGB

 RED value IS 224 (87.89% from 255) = 36.36%

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

 BLUE value IS 162 (63.67% from 255) = 26.3%

R = 36.36%
G = 37.34%
B = 26.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E0E6A2 (or 0xE0E6A2) is known color: Tusk. HEX triplet: E0, E6 and A2. RGB value is (224,230,162). Sum of RGB (Red+Green+Blue) = 224+230+162=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E6A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E6A2 is #1F195D. Grayscale: #DCDCDC. Windows color (decimal): -2038110 or 10675936. OLE color: 10675936.

HSL color Cylindrical-coordinate representation of color #E0E6A2: hue angle of 65.29º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0E6A2 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 230 162 -
CMYK 0.03 0 0.30 0.10
HSL 65.29º 0.58% 0.77% -
HSV(B) 65.29º 0.3% 0.9% -
XYZ 65.56 75.05 45.21 -
YUV 220.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 224 230 162 0.03 0 0.30 0.10 65.29 0.58 0.77
Hex E0 E6 A2 3 0 1E A 41 3A 4D
Octal 340 346 242 3 0 36 12 101 72 115
Binary 11100000 11100110 10100010 11 0 11110 1010 1000001 111010 1001101

Color Harmonies of #E0E6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E6A2

Black with #E0E6A2

Text Example


Text Example

White with #E0E6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E6A2; }

 p { color: rgb(224,230,162); }

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

background-color css

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

 a { background-color: rgb(224,230,162); }

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

border-color css

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

 span { border-color: rgb(224,230,162); }

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