#EFC3BB

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

Shades of Beauty Bush #EFC3BB

Tints of Beauty Bush #EFC3BB

Color information

#EFC3BB (or 0xEFC3BB) is unknown color: approx Beauty Bush. HEX triplet: EF, C3 and BB. RGB value is (239,195,187). Sum of RGB (Red+Green+Blue) = 239+195+187=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BB is #103C44. Grayscale: #CFCFCF. Windows color (decimal): -1064005 or 12305391. OLE color: 12305391.

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

Color convert

RGB239195187-
CMYK00.180.220.06
HSL9.23º61.9%83.53%-
HSV(B)9.23º21.76%93.73%-
XYZ64.0860.9755.4-
YUV207.24116.58150.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=38.49%
G=31.40%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919518700.180.220.069.2361.983.53
HexEFC3BB01216693e54
Octal3573032730222661176124
Binary1110111111000011101110110100101011011010011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3BB; }

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

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

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

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

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

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

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

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