#EFB0A4

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

Shades of Shilo #EFB0A4

Tints of Shilo #EFB0A4

Color information

#EFB0A4 (or 0xEFB0A4) is unknown color: approx Shilo. HEX triplet: EF, B0 and A4. RGB value is (239,176,164). Sum of RGB (Red+Green+Blue) = 239+176+164=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A4 is #104F5B. Grayscale: #C1C1C1. Windows color (decimal): -1068892 or 10793199. OLE color: 10793199.

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

Color convert

RGB239176164-
CMYK00.260.310.06
HSL9.6º70.09%79.02%-
HSV(B)9.6º31.38%93.73%-
XYZ57.8252.0842.13-
YUV193.47111.37160.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 164 (64.45% from 255) = 28.32%
R=41.28%
G=30.40%
B=28.32%

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
Decimal23917616400.260.310.069.670.0979.02
HexEFB0A401A1F6a464f
Octal35726024403237612106117
Binary11101111101100001010010001101011111110101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0A4; }

 p { color: rgb(239,176,164); }

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

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

 a { background-color: rgb(239,176,164); }

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

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

 span { border-color: rgb(239,176,164); }

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