#EFB7AE

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

Shades of Beauty Bush #EFB7AE

Tints of Beauty Bush #EFB7AE

Color information

#EFB7AE (or 0xEFB7AE) is unknown color: approx Beauty Bush. HEX triplet: EF, B7 and AE. RGB value is (239,183,174). Sum of RGB (Red+Green+Blue) = 239+183+174=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7AE is #104851. Grayscale: #C6C6C6. Windows color (decimal): -1067090 or 11450351. OLE color: 11450351.

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

Color convert

RGB239183174-
CMYK00.230.270.06
HSL8.31º67.01%80.98%-
HSV(B)8.31º27.2%93.73%-
XYZ60.1755.2747.54-
YUV198.72114.05156.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 183 (71.88% from 255) = 30.70%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=40.10%
G=30.70%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918317400.230.270.068.3167.0180.98
HexEFB7AE0171B684351
Octal35726725602733610103121
Binary11101111101101111010111001011111011110100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7AE; }

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

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

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

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

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

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

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

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