#EDAFA4

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

Shades of Shilo #EDAFA4

Tints of Shilo #EDAFA4

Color information

#EDAFA4 (or 0xEDAFA4) is unknown color: approx Shilo. HEX triplet: ED, AF and A4. RGB value is (237,175,164). Sum of RGB (Red+Green+Blue) = 237+175+164=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFA4 is #12505B. Grayscale: #C0C0C0. Windows color (decimal): -1200220 or 10792941. OLE color: 10792941.

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

Color convert

RGB237175164-
CMYK00.260.310.07
HSL9.04º66.97%78.63%-
HSV(B)9.04º30.8%92.94%-
XYZ56.9651.3442.03-
YUV192.28112.04159.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=41.15%
G=30.38%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717516400.260.310.079.0466.9778.63
HexEDAFA401A1F79434f
Octal35525724403237711103117
Binary11101101101011111010010001101011111111100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFA4; }

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

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

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

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

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

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

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

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