Html Css Color HEX #E0EDAE Tusk

📋 copy color: '#E0EDAE'

red 224 ◦ green 237 ◦ blue 174

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

Shades of Tusk #E0EDAE

Tints of Tusk #E0EDAE

RGB

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

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

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

R = 35.28%
G = 37.32%
B = 27.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#E0EDAE (or 0xE0EDAE) is known color: Tusk. HEX triplet: E0, ED and AE. RGB value is (224,237,174). Sum of RGB (Red+Green+Blue) = 224+237+174=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EDAE is #1F1251. Grayscale: #E2E2E2. Windows color (decimal): -2036306 or 11464160. OLE color: 11464160.

HSL color Cylindrical-coordinate representation of color #E0EDAE: hue angle of 72.38º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0EDAE is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 237 174 -
CMYK 0.05 0 0.27 0.07
HSL 72.38º 0.64% 0.81% -
HSV(B) 72.38º 0.27% 0.93% -
XYZ 68.66 79.47 51.76 -
YUV 225.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 224 237 174 0.05 0 0.27 0.07 72.38 0.64 0.81
Hex E0 ED AE 5 0 1B 7 48 40 51
Octal 340 355 256 5 0 33 7 110 100 121
Binary 11100000 11101101 10101110 101 0 11011 111 1001000 1000000 1010001

Color Harmonies of #E0EDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EDAE

Black with #E0EDAE

Text Example


Text Example

White with #E0EDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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