#EFC1B6

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

Shades of Beauty Bush #EFC1B6

Tints of Beauty Bush #EFC1B6

Color information

#EFC1B6 (or 0xEFC1B6) is unknown color: approx Beauty Bush. HEX triplet: EF, C1 and B6. RGB value is (239,193,182). Sum of RGB (Red+Green+Blue) = 239+193+182=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B6 is #103E49. Grayscale: #CDCDCD. Windows color (decimal): -1064522 or 11977199. OLE color: 11977199.

HSL color Cylindrical-coordinate representation of color #EFC1B6: hue angle of 11.58º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC1B6 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239193182-
CMYK00.190.240.06
HSL11.58º64.04%82.55%-
HSV(B)11.58º23.85%93.73%-
XYZ63.1159.8752.49-
YUV205.5114.74151.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=38.93%
G=31.43%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919318200.190.240.0611.5864.0482.55
HexEFC1B6013186c4053
Octal35730126602330614100123
Binary11101111110000011011011001001111000110110010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1B6; }

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

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

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

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

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

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

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

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