#EDAFA8

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

Shades of Shilo #EDAFA8

Tints of Shilo #EDAFA8

Color information

#EDAFA8 (or 0xEDAFA8) is unknown color: approx Shilo. HEX triplet: ED, AF and A8. RGB value is (237,175,168). Sum of RGB (Red+Green+Blue) = 237+175+168=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFA8 is #125057. Grayscale: #C0C0C0. Windows color (decimal): -1200216 or 11055085. OLE color: 11055085.

HSL color Cylindrical-coordinate representation of color #EDAFA8: hue angle of 6.09º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDAFA8 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237175168-
CMYK00.260.290.07
HSL6.09º65.71%79.41%-
HSV(B)6.09º29.11%92.94%-
XYZ57.3251.4943.96-
YUV192.74114.04159.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 168 (66.02% from 255) = 28.97%
R=40.86%
G=30.17%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717516800.260.290.076.0965.7179.41
HexEDAFA801A1D76424f
Octal3552572500323576102117
Binary1110110110101111101010000110101110111111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFA8; }

 p { color: rgb(237,175,168); }

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

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

 a { background-color: rgb(237,175,168); }

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

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

 span { border-color: rgb(237,175,168); }

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