Html Css Color HEX #EDAA9F Shilo

📋 copy color: '#EDAA9F'

red 237 ◦ green 170 ◦ blue 159

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

Shades of Shilo #EDAA9F

Tints of Shilo #EDAA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.09%

R = 41.87%
G = 30.04%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDAA9F (or 0xEDAA9F) is known color: Shilo. HEX triplet: ED, AA and 9F. RGB value is (237,170,159). Sum of RGB (Red+Green+Blue) = 237+170+159=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA9F is #125560. Grayscale: #BCBCBC. Windows color (decimal): -1201505 or 10463981. OLE color: 10463981.

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

Color convert

RGB 237 170 159 -
CMYK 0 0.28 0.33 0.07
HSL 8.46º 0.68% 0.78% -
HSV(B) 8.46º 0.33% 0.93% -
XYZ 55.56 49.26 39.38 -
YUV 188.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 237 170 159 0 0.28 0.33 0.07 8.46 0.68 0.78
Hex ED AA 9F 0 1C 21 7 8 44 4E
Octal 355 252 237 0 34 41 7 10 104 116
Binary 11101101 10101010 10011111 0 11100 100001 111 1000 1000100 1001110

Color Harmonies of #EDAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA9F

Black with #EDAA9F

Text Example


Text Example

White with #EDAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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