#EFC3BC

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

Shades of Beauty Bush #EFC3BC

Tints of Beauty Bush #EFC3BC

Color information

#EFC3BC (or 0xEFC3BC) is unknown color: approx Beauty Bush. HEX triplet: EF, C3 and BC. RGB value is (239,195,188). Sum of RGB (Red+Green+Blue) = 239+195+188=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BC is #103C43. Grayscale: #CFCFCF. Windows color (decimal): -1064004 or 12370927. OLE color: 12370927.

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

Color convert

RGB239195188-
CMYK00.180.210.06
HSL8.24º61.45%83.73%-
HSV(B)8.24º21.34%93.73%-
XYZ64.1961.0155.97-
YUV207.36117.08150.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=38.42%
G=31.35%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919518800.180.210.068.2461.4583.73
HexEFC3BC01215683d54
Octal3573032740222561075124
Binary1110111111000011101111000100101010111010001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3BC; }

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

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

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

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

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

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

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

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