#EFB7AB

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

Shades of Beauty Bush #EFB7AB

Tints of Beauty Bush #EFB7AB

Color information

#EFB7AB (or 0xEFB7AB) is unknown color: approx Beauty Bush. HEX triplet: EF, B7 and AB. RGB value is (239,183,171). Sum of RGB (Red+Green+Blue) = 239+183+171=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7AB is #104854. Grayscale: #C6C6C6. Windows color (decimal): -1067093 or 11253743. OLE color: 11253743.

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

Color convert

RGB239183171-
CMYK00.230.280.06
HSL10.59º68%80.39%-
HSV(B)10.59º28.45%93.73%-
XYZ59.8855.1646.02-
YUV198.38112.55156.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=40.30%
G=30.86%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918317100.230.280.0610.596880.39
HexEFB7AB0171C6b4450
Octal35726725302734613104120
Binary11101111101101111010101101011111100110101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7AB; }

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

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

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

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

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

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

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

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