#ECB1A3

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

Shades of Shilo #ECB1A3

Tints of Shilo #ECB1A3

Color information

#ECB1A3 (or 0xECB1A3) is unknown color: approx Shilo. HEX triplet: EC, B1 and A3. RGB value is (236,177,163). Sum of RGB (Red+Green+Blue) = 236+177+163=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1A3 is #134E5C. Grayscale: #C1C1C1. Windows color (decimal): -1265245 or 10727916. OLE color: 10727916.

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

Color convert

RGB236177163-
CMYK00.250.310.07
HSL11.51º65.77%78.24%-
HSV(B)11.51º30.93%92.55%-
XYZ56.9351.9241.67-
YUV193.04111.05158.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 163 (64.06% from 255) = 28.30%
R=40.97%
G=30.73%
B=28.30%

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
Decimal23617716300.250.310.0711.5165.7778.24
HexECB1A30191F7c424e
Octal35426124303137714102116
Binary11101100101100011010001101100111111111110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1A3; }

 p { color: rgb(236,177,163); }

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

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

 a { background-color: rgb(236,177,163); }

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

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

 span { border-color: rgb(236,177,163); }

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