Html Css Color HEX #E0EFAE Tusk

📋 copy color: '#E0EFAE'

red 224 ◦ green 239 ◦ blue 174

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

Shades of Tusk #E0EFAE

Tints of Tusk #E0EFAE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.52%

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

R = 35.16%
G = 37.52%
B = 27.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#E0EFAE (or 0xE0EFAE) is known color: Tusk. HEX triplet: E0, EF and AE. RGB value is (224,239,174). Sum of RGB (Red+Green+Blue) = 224+239+174=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFAE is #1F1051. Grayscale: #E3E3E3. Windows color (decimal): -2035794 or 11464672. OLE color: 11464672.

HSL color Cylindrical-coordinate representation of color #E0EFAE: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0EFAE is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 239 174 -
CMYK 0.06 0 0.27 0.06
HSL 73.85º 0.67% 0.81% -
HSV(B) 73.85º 0.27% 0.94% -
XYZ 69.25 80.64 51.96 -
YUV 227.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 224 239 174 0.06 0 0.27 0.06 73.85 0.67 0.81
Hex E0 EF AE 6 0 1B 6 4A 43 51
Octal 340 357 256 6 0 33 6 112 103 121
Binary 11100000 11101111 10101110 110 0 11011 110 1001010 1000011 1010001

Color Harmonies of #E0EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EFAE

Black with #E0EFAE

Text Example


Text Example

White with #E0EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EFAE; }

 p { color: rgb(224,239,174); }

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

background-color css

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

 a { background-color: rgb(224,239,174); }

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

border-color css

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

 span { border-color: rgb(224,239,174); }

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