#EDB1A4

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

Shades of Shilo #EDB1A4

Tints of Shilo #EDB1A4

Color information

#EDB1A4 (or 0xEDB1A4) is unknown color: approx Shilo. HEX triplet: ED, B1 and A4. RGB value is (237,177,164). Sum of RGB (Red+Green+Blue) = 237+177+164=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1A4 is #124E5B. Grayscale: #C1C1C1. Windows color (decimal): -1199708 or 10793453. OLE color: 10793453.

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

Color convert

RGB237177164-
CMYK00.250.310.07
HSL10.68º66.97%78.63%-
HSV(B)10.68º30.8%92.94%-
XYZ57.3552.1342.16-
YUV193.46111.38159.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=41.00%
G=30.62%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717716400.250.310.0710.6866.9778.63
HexEDB1A40191F7b434f
Octal35526124403137713103117
Binary11101101101100011010010001100111111111101110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1A4; }

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

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

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

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

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

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

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

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