#EFBCAF

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

Shades of Beauty Bush #EFBCAF

Tints of Beauty Bush #EFBCAF

Color information

#EFBCAF (or 0xEFBCAF) is unknown color: approx Beauty Bush. HEX triplet: EF, BC and AF. RGB value is (239,188,175). Sum of RGB (Red+Green+Blue) = 239+188+175=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCAF is #104350. Grayscale: #C9C9C9. Windows color (decimal): -1065809 or 11517167. OLE color: 11517167.

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

Color convert

RGB239188175-
CMYK00.210.270.06
HSL12.19º66.67%81.18%-
HSV(B)12.19º26.78%93.73%-
XYZ61.3257.4148.41-
YUV201.77112.9154.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=39.70%
G=31.23%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918817500.210.270.0612.1966.6781.18
HexEFBCAF0151B6c4351
Octal35727425702533614103121
Binary11101111101111001010111101010111011110110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCAF; }

 p { color: rgb(239,188,175); }

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

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

 a { background-color: rgb(239,188,175); }

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

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

 span { border-color: rgb(239,188,175); }

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