#EFB2A6

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

Shades of Shilo #EFB2A6

Tints of Shilo #EFB2A6

Color information

#EFB2A6 (or 0xEFB2A6) is unknown color: approx Shilo. HEX triplet: EF, B2 and A6. RGB value is (239,178,166). Sum of RGB (Red+Green+Blue) = 239+178+166=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2A6 is #104D59. Grayscale: #C2C2C2. Windows color (decimal): -1068378 or 10924783. OLE color: 10924783.

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

Color convert

RGB239178166-
CMYK00.260.310.06
HSL9.86º69.52%79.41%-
HSV(B)9.86º30.54%93.73%-
XYZ58.452.9443.22-
YUV194.87111.71159.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 166 (65.23% from 255) = 28.47%
R=40.99%
G=30.53%
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.06
SystemRedGreenBlueCMYKHSL
Decimal23917816600.260.310.069.8669.5279.41
HexEFB2A601A1F6a464f
Octal35726224603237612106117
Binary11101111101100101010011001101011111110101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2A6; }

 p { color: rgb(239,178,166); }

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

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

 a { background-color: rgb(239,178,166); }

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

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

 span { border-color: rgb(239,178,166); }

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