Html Css Color HEX #E2EDA6 Tusk

📋 copy color: '#E2EDA6'

red 226 ◦ green 237 ◦ blue 166

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

Shades of Tusk #E2EDA6

Tints of Tusk #E2EDA6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 166 (65.23% from 255) = 26.39%

R = 35.93%
G = 37.68%
B = 26.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#E2EDA6 (or 0xE2EDA6) is known color: Tusk. HEX triplet: E2, ED and A6. RGB value is (226,237,166). Sum of RGB (Red+Green+Blue) = 226+237+166=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EDA6 is #1D1259. Grayscale: #E1E1E1. Windows color (decimal): -1905242 or 10939874. OLE color: 10939874.

HSL color Cylindrical-coordinate representation of color #E2EDA6: hue angle of 69.3º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2EDA6 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 166 -
CMYK 0.05 0 0.30 0.07
HSL 69.3º 0.66% 0.79% -
HSV(B) 69.3º 0.3% 0.93% -
XYZ 68.53 79.49 47.81 -
YUV 225.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 226 237 166 0.05 0 0.30 0.07 69.3 0.66 0.79
Hex E2 ED A6 5 0 1E 7 45 42 4F
Octal 342 355 246 5 0 36 7 105 102 117
Binary 11100010 11101101 10100110 101 0 11110 111 1000101 1000010 1001111

Color Harmonies of #E2EDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EDA6

Black with #E2EDA6

Text Example


Text Example

White with #E2EDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EDA6; }

 p { color: rgb(226,237,166); }

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

background-color css

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

 a { background-color: rgb(226,237,166); }

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

border-color css

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

 span { border-color: rgb(226,237,166); }

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