#EFABA1

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

Shades of Shilo #EFABA1

Tints of Shilo #EFABA1

Color information

#EFABA1 (or 0xEFABA1) is unknown color: approx Shilo. HEX triplet: EF, AB and A1. RGB value is (239,171,161). Sum of RGB (Red+Green+Blue) = 239+171+161=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABA1 is #10545E. Grayscale: #BEBEBE. Windows color (decimal): -1070175 or 10595311. OLE color: 10595311.

HSL color Cylindrical-coordinate representation of color #EFABA1: hue angle of 7.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFABA1 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239171161-
CMYK00.280.330.06
HSL7.69º70.91%78.43%-
HSV(B)7.69º32.64%93.73%-
XYZ56.5950.0540.4-
YUV190.19111.53162.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=41.86%
G=29.95%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917116100.280.330.067.6970.9178.43
HexEFABA101C2168474e
Octal35725324103441610107116
Binary111011111010101110100001011100100001110100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABA1; }

 p { color: rgb(239,171,161); }

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

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

 a { background-color: rgb(239,171,161); }

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

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

 span { border-color: rgb(239,171,161); }

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