#EFC3BE

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

Shades of Beauty Bush #EFC3BE

Tints of Beauty Bush #EFC3BE

Color information

#EFC3BE (or 0xEFC3BE) is unknown color: approx Beauty Bush. HEX triplet: EF, C3 and BE. RGB value is (239,195,190). Sum of RGB (Red+Green+Blue) = 239+195+190=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BE is #103C41. Grayscale: #CFCFCF. Windows color (decimal): -1064002 or 12501999. OLE color: 12501999.

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

Color convert

RGB239195190-
CMYK00.180.210.06
HSL6.12º60.49%84.12%-
HSV(B)6.12º20.5%93.73%-
XYZ64.4161.157.11-
YUV207.59118.08150.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 195 (76.56% from 255) = 31.25%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=38.30%
G=31.25%
B=30.45%

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
Decimal23919519000.180.210.066.1260.4984.12
HexEFC3BE01215663c54
Octal357303276022256674124
Binary111011111100001110111110010010101011101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3BE; }

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

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

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

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

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

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

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

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