#EFC1BE

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

Shades of Beauty Bush #EFC1BE

Tints of Beauty Bush #EFC1BE

Color information

#EFC1BE (or 0xEFC1BE) is unknown color: approx Beauty Bush. HEX triplet: EF, C1 and BE. RGB value is (239,193,190). Sum of RGB (Red+Green+Blue) = 239+193+190=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1BE is #103E41. Grayscale: #CECECE. Windows color (decimal): -1064514 or 12501487. OLE color: 12501487.

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

Color convert

RGB239193190-
CMYK00.190.210.06
HSL3.67º60.49%84.12%-
HSV(B)3.67º20.5%93.73%-
XYZ63.9660.2156.97-
YUV206.41118.74151.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=38.42%
G=31.03%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919319000.190.210.063.6760.4984.12
HexEFC1BE01315643c54
Octal357301276023256474124
Binary111011111100000110111110010011101011101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1BE; }

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

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

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

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

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

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

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

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