Html Css Color HEX #E6EDAF Tusk

📋 copy color: '#E6EDAF'

red 230 ◦ green 237 ◦ blue 175

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

Shades of Tusk #E6EDAF

Tints of Tusk #E6EDAF

RGB

 RED value IS 230 (90.23% from 255) = 35.83%

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

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

R = 35.83%
G = 36.92%
B = 27.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#E6EDAF (or 0xE6EDAF) is known color: Tusk. HEX triplet: E6, ED and AF. RGB value is (230,237,175). Sum of RGB (Red+Green+Blue) = 230+237+175=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDAF is #191250. Grayscale: #E4E4E4. Windows color (decimal): -1643089 or 11529702. OLE color: 11529702.

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

Color convert

RGB 230 237 175 -
CMYK 0.03 0 0.26 0.07
HSL 66.77º 0.63% 0.81% -
HSV(B) 66.77º 0.26% 0.93% -
XYZ 70.66 80.49 52.37 -
YUV 227.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 230 237 175 0.03 0 0.26 0.07 66.77 0.63 0.81
Hex E6 ED AF 3 0 1A 7 43 3F 51
Octal 346 355 257 3 0 32 7 103 77 121
Binary 11100110 11101101 10101111 11 0 11010 111 1000011 111111 1010001

Color Harmonies of #E6EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDAF

Black with #E6EDAF

Text Example


Text Example

White with #E6EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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