Html Css Color HEX #EDACA0 Shilo

📋 copy color: '#EDACA0'

red 237 ◦ green 172 ◦ blue 160

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

Shades of Shilo #EDACA0

Tints of Shilo #EDACA0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

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

R = 41.65%
G = 30.23%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDACA0 (or 0xEDACA0) is known color: Shilo. HEX triplet: ED, AC and A0. RGB value is (237,172,160). Sum of RGB (Red+Green+Blue) = 237+172+160=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACA0 is #12535F. Grayscale: #BEBEBE. Windows color (decimal): -1200992 or 10530029. OLE color: 10530029.

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

Color convert

RGB 237 172 160 -
CMYK 0 0.27 0.32 0.07
HSL 9.35º 0.68% 0.78% -
HSV(B) 9.35º 0.32% 0.93% -
XYZ 56.02 50.05 39.97 -
YUV 190.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 237 172 160 0 0.27 0.32 0.07 9.35 0.68 0.78
Hex ED AC A0 0 1B 20 7 9 44 4E
Octal 355 254 240 0 33 40 7 11 104 116
Binary 11101101 10101100 10100000 0 11011 100000 111 1001 1000100 1001110

Color Harmonies of #EDACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACA0

Black with #EDACA0

Text Example


Text Example

White with #EDACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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