Html Css Color HEX #E0EDA6 Tusk

📋 copy color: '#E0EDA6'

red 224 ◦ green 237 ◦ blue 166

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

Shades of Tusk #E0EDA6

Tints of Tusk #E0EDA6

RGB

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

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

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

R = 35.73%
G = 37.8%
B = 26.48%

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

#E0EDA6 (or 0xE0EDA6) is known color: Tusk. HEX triplet: E0, ED and A6. RGB value is (224,237,166). Sum of RGB (Red+Green+Blue) = 224+237+166=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EDA6 is #1F1259. Grayscale: #E1E1E1. Windows color (decimal): -2036314 or 10939872. OLE color: 10939872.

HSL color Cylindrical-coordinate representation of color #E0EDA6: hue angle of 70.99º 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 #E0EDA6 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 237 166 -
CMYK 0.05 0 0.30 0.07
HSL 70.99º 0.66% 0.79% -
HSV(B) 70.99º 0.3% 0.93% -
XYZ 67.91 79.17 47.78 -
YUV 225.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 224 237 166 0.05 0 0.30 0.07 70.99 0.66 0.79
Hex E0 ED A6 5 0 1E 7 47 42 4F
Octal 340 355 246 5 0 36 7 107 102 117
Binary 11100000 11101101 10100110 101 0 11110 111 1000111 1000010 1001111

Color Harmonies of #E0EDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EDA6

Black with #E0EDA6

Text Example


Text Example

White with #E0EDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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