#EFC0BB

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

Shades of Beauty Bush #EFC0BB

Tints of Beauty Bush #EFC0BB

Color information

#EFC0BB (or 0xEFC0BB) is unknown color: approx Beauty Bush. HEX triplet: EF, C0 and BB. RGB value is (239,192,187). Sum of RGB (Red+Green+Blue) = 239+192+187=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0BB is #103F44. Grayscale: #CDCDCD. Windows color (decimal): -1064773 or 12304623. OLE color: 12304623.

HSL color Cylindrical-coordinate representation of color #EFC0BB: hue angle of 5.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC0BB is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239192187-
CMYK00.200.220.06
HSL5.77º61.9%83.53%-
HSV(B)5.77º21.76%93.73%-
XYZ63.4259.6455.18-
YUV205.48117.57151.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=38.67%
G=31.07%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919218700.200.220.065.7761.983.53
HexEFC0BB01416663e54
Octal357300273024266676124
Binary111011111100000010111011010100101101101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0BB; }

 p { color: rgb(239,192,187); }

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

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

 a { background-color: rgb(239,192,187); }

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

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

 span { border-color: rgb(239,192,187); }

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