#EFB8AD

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

Shades of Beauty Bush #EFB8AD

Tints of Beauty Bush #EFB8AD

Color information

#EFB8AD (or 0xEFB8AD) is unknown color: approx Beauty Bush. HEX triplet: EF, B8 and AD. RGB value is (239,184,173). Sum of RGB (Red+Green+Blue) = 239+184+173=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8AD is #104752. Grayscale: #C7C7C7. Windows color (decimal): -1066835 or 11385071. OLE color: 11385071.

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

Color convert

RGB239184173-
CMYK00.230.280.06
HSL10º67.35%80.78%-
HSV(B)10º27.62%93.73%-
XYZ60.2855.6547.1-
YUV199.19113.22156.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=40.10%
G=30.87%
B=29.03%

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
Decimal23918417300.230.280.061067.3580.78
HexEFB8AD0171C6a4351
Octal35727025502734612103121
Binary11101111101110001010110101011111100110101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8AD; }

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

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

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

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

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

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

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

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