Html Css Color HEX #EDAAA0 Shilo

📋 copy color: '#EDAAA0'

red 237 ◦ green 170 ◦ blue 160

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

Shades of Shilo #EDAAA0

Tints of Shilo #EDAAA0

RGB

 RED value IS 237 (92.97% from 255) = 41.8%

 GREEN value IS 170 (66.8% from 255) = 29.98%

 BLUE value IS 160 (62.89% from 255) = 28.22%

R = 41.8%
G = 29.98%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDAAA0 (or 0xEDAAA0) is known color: Shilo. HEX triplet: ED, AA and A0. RGB value is (237,170,160). Sum of RGB (Red+Green+Blue) = 237+170+160=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAA0 is #12555F. Grayscale: #BCBCBC. Windows color (decimal): -1201504 or 10529517. OLE color: 10529517.

HSL color Cylindrical-coordinate representation of color #EDAAA0: hue angle of 7.79º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDAAA0 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 160 -
CMYK 0 0.28 0.32 0.07
HSL 7.79º 0.68% 0.78% -
HSV(B) 7.79º 0.32% 0.93% -
XYZ 55.64 49.29 39.84 -
YUV 188.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 237 170 160 0 0.28 0.32 0.07 7.79 0.68 0.78
Hex ED AA A0 0 1C 20 7 8 44 4E
Octal 355 252 240 0 34 40 7 10 104 116
Binary 11101101 10101010 10100000 0 11100 100000 111 1000 1000100 1001110

Color Harmonies of #EDAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAA0

Black with #EDAAA0

Text Example


Text Example

White with #EDAAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAA0; }

 p { color: rgb(237,170,160); }

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

background-color css

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

 a { background-color: rgb(237,170,160); }

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

border-color css

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

 span { border-color: rgb(237,170,160); }

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