#EDACA1

Color #EDACA1 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #EDACA1

Tints of Shilo #EDACA1

Color information

#EDACA1 (or 0xEDACA1) is unknown color: approx Shilo. HEX triplet: ED, AC and A1. RGB value is (237,172,161). Sum of RGB (Red+Green+Blue) = 237+172+161=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACA1 is #12535E. Grayscale: #BEBEBE. Windows color (decimal): -1200991 or 10595565. OLE color: 10595565.

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

Color convert

RGB237172161-
CMYK00.270.320.07
HSL8.68º67.86%78.04%-
HSV(B)8.68º32.07%92.94%-
XYZ56.1150.0840.43-
YUV190.18111.53161.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=41.58%
G=30.18%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717216100.270.320.078.6867.8678.04
HexEDACA101B2079444e
Octal35525424103340711104116
Binary111011011010110010100001011011100000111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACA1; }

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

 H1.HeaderClassName
 {
   color: #EDACA1;
 }
 .AnyTagClassName
 {
   color: #EDACA1;
 }
</style>
background-color css

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

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

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

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

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

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