#EFB9AE

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

Shades of Beauty Bush #EFB9AE

Tints of Beauty Bush #EFB9AE

Color information

#EFB9AE (or 0xEFB9AE) is unknown color: approx Beauty Bush. HEX triplet: EF, B9 and AE. RGB value is (239,185,174). Sum of RGB (Red+Green+Blue) = 239+185+174=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9AE is #104651. Grayscale: #C7C7C7. Windows color (decimal): -1066578 or 11450863. OLE color: 11450863.

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

Color convert

RGB239185174-
CMYK00.230.270.06
HSL10.15º67.01%80.98%-
HSV(B)10.15º27.2%93.73%-
XYZ60.5956.147.68-
YUV199.89113.39155.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=39.97%
G=30.94%
B=29.10%

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
Decimal23918517400.230.270.0610.1567.0180.98
HexEFB9AE0171B6a4351
Octal35727125602733612103121
Binary11101111101110011010111001011111011110101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9AE; }

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

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

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

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

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

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

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

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