#EFB8AB

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

Shades of Beauty Bush #EFB8AB

Tints of Beauty Bush #EFB8AB

Color information

#EFB8AB (or 0xEFB8AB) is unknown color: approx Beauty Bush. HEX triplet: EF, B8 and AB. RGB value is (239,184,171). Sum of RGB (Red+Green+Blue) = 239+184+171=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8AB is #104754. Grayscale: #C7C7C7. Windows color (decimal): -1066837 or 11253999. OLE color: 11253999.

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

Color convert

RGB239184171-
CMYK00.230.280.06
HSL11.47º68%80.39%-
HSV(B)11.47º28.45%93.73%-
XYZ60.0955.5746.09-
YUV198.96112.22156.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 184 (72.27% from 255) = 30.98%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=40.24%
G=30.98%
B=28.79%

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
Decimal23918417100.230.280.0611.476880.39
HexEFB8AB0171C6b4450
Octal35727025302734613104120
Binary11101111101110001010101101011111100110101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8AB; }

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

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

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

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

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

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

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

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