Html Css Color HEX #E0EDAF Tusk

📋 copy color: '#E0EDAF'

red 224 ◦ green 237 ◦ blue 175

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

Shades of Tusk #E0EDAF

Tints of Tusk #E0EDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.52%

R = 35.22%
G = 37.26%
B = 27.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#E0EDAF (or 0xE0EDAF) is known color: Tusk. HEX triplet: E0, ED and AF. RGB value is (224,237,175). Sum of RGB (Red+Green+Blue) = 224+237+175=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EDAF is #1F1250. Grayscale: #E2E2E2. Windows color (decimal): -2036305 or 11529696. OLE color: 11529696.

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

Color convert

RGB 224 237 175 -
CMYK 0.05 0 0.26 0.07
HSL 72.58º 0.63% 0.81% -
HSV(B) 72.58º 0.26% 0.93% -
XYZ 68.76 79.51 52.28 -
YUV 226.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 224 237 175 0.05 0 0.26 0.07 72.58 0.63 0.81
Hex E0 ED AF 5 0 1A 7 49 3F 51
Octal 340 355 257 5 0 32 7 111 77 121
Binary 11100000 11101101 10101111 101 0 11010 111 1001001 111111 1010001

Color Harmonies of #E0EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EDAF

Black with #E0EDAF

Text Example


Text Example

White with #E0EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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