#EDB4AB

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

Shades of Shilo #EDB4AB

Tints of Shilo #EDB4AB

Color information

#EDB4AB (or 0xEDB4AB) is unknown color: approx Shilo. HEX triplet: ED, B4 and AB. RGB value is (237,180,171). Sum of RGB (Red+Green+Blue) = 237+180+171=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB4AB is #124B54. Grayscale: #C4C4C4. Windows color (decimal): -1198933 or 11252973. OLE color: 11252973.

HSL color Cylindrical-coordinate representation of color #EDB4AB: hue angle of 8.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB4AB is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237180171-
CMYK00.240.280.07
HSL8.18º64.71%80%-
HSV(B)8.18º27.85%92.94%-
XYZ58.653.5945.78-
YUV196.02113.88157.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=40.31%
G=30.61%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718017100.240.280.078.1864.7180
HexEDB4AB0181C784150
Octal35526425303034710101120
Binary11101101101101001010101101100011100111100010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB4AB; }

 p { color: rgb(237,180,171); }

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

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

 a { background-color: rgb(237,180,171); }

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

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

 span { border-color: rgb(237,180,171); }

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