Html Css Color HEX #EDACA3 Shilo

📋 copy color: '#EDACA3'

red 237 ◦ green 172 ◦ blue 163

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

Shades of Shilo #EDACA3

Tints of Shilo #EDACA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.5%

R = 41.43%
G = 30.07%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EDACA3 (or 0xEDACA3) is known color: Shilo. HEX triplet: ED, AC and A3. RGB value is (237,172,163). Sum of RGB (Red+Green+Blue) = 237+172+163=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACA3 is #12535C. Grayscale: #BEBEBE. Windows color (decimal): -1200989 or 10726637. OLE color: 10726637.

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

Color convert

RGB 237 172 163 -
CMYK 0 0.27 0.31 0.07
HSL 7.3º 0.67% 0.78% -
HSV(B) 7.3º 0.31% 0.93% -
XYZ 56.29 50.15 41.36 -
YUV 190.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 237 172 163 0 0.27 0.31 0.07 7.3 0.67 0.78
Hex ED AC A3 0 1B 1F 7 7 43 4E
Octal 355 254 243 0 33 37 7 7 103 116
Binary 11101101 10101100 10100011 0 11011 11111 111 111 1000011 1001110

Color Harmonies of #EDACA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACA3

Black with #EDACA3

Text Example


Text Example

White with #EDACA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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