#EDB2A4

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

Shades of Shilo #EDB2A4

Tints of Shilo #EDB2A4

Color information

#EDB2A4 (or 0xEDB2A4) is unknown color: approx Shilo. HEX triplet: ED, B2 and A4. RGB value is (237,178,164). Sum of RGB (Red+Green+Blue) = 237+178+164=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2A4 is #124D5B. Grayscale: #C2C2C2. Windows color (decimal): -1199452 or 10793709. OLE color: 10793709.

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

Color convert

RGB237178164-
CMYK00.250.310.07
HSL11.51º66.97%78.63%-
HSV(B)11.51º30.8%92.94%-
XYZ57.5552.5342.23-
YUV194.04111.05158.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 178 (69.92% from 255) = 30.74%
BLUE value IS 164 (64.45% from 255) = 28.32%
R=40.93%
G=30.74%
B=28.32%

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
Decimal23717816400.250.310.0711.5166.9778.63
HexEDB2A40191F7c434f
Octal35526224403137714103117
Binary11101101101100101010010001100111111111110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2A4; }

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

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

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

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

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

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

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

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