Html Css Color HEX #E1EDAF Tusk

📋 copy color: '#E1EDAF'

red 225 ◦ green 237 ◦ blue 175

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

Shades of Tusk #E1EDAF

Tints of Tusk #E1EDAF

RGB

 RED value IS 225 (88.28% from 255) = 35.32%

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

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

R = 35.32%
G = 37.21%
B = 27.47%

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

#E1EDAF (or 0xE1EDAF) is known color: Tusk. HEX triplet: E1, ED and AF. RGB value is (225,237,175). Sum of RGB (Red+Green+Blue) = 225+237+175=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EDAF is #1E1250. Grayscale: #E2E2E2. Windows color (decimal): -1970769 or 11529697. OLE color: 11529697.

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

Color convert

RGB 225 237 175 -
CMYK 0.05 0 0.26 0.07
HSL 71.61º 0.63% 0.81% -
HSV(B) 71.61º 0.26% 0.93% -
XYZ 69.07 79.67 52.29 -
YUV 226.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 225 237 175 0.05 0 0.26 0.07 71.61 0.63 0.81
Hex E1 ED AF 5 0 1A 7 48 3F 51
Octal 341 355 257 5 0 32 7 110 77 121
Binary 11100001 11101101 10101111 101 0 11010 111 1001000 111111 1010001

Color Harmonies of #E1EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EDAF

Black with #E1EDAF

Text Example


Text Example

White with #E1EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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