#EFB1BA

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

Shades of Blossom #EFB1BA

Tints of Blossom #EFB1BA

Color information

#EFB1BA (or 0xEFB1BA) is unknown color: approx Blossom. HEX triplet: EF, B1 and BA. RGB value is (239,177,186). Sum of RGB (Red+Green+Blue) = 239+177+186=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1BA is #104E45. Grayscale: #C4C4C4. Windows color (decimal): -1068614 or 12235247. OLE color: 12235247.

HSL color Cylindrical-coordinate representation of color #EFB1BA: hue angle of 351.29º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239177186-
CMYK00.260.220.06
HSL351.29º65.96%81.57%-
HSV(B)351.29º25.94%93.73%-
XYZ60.1853.3453.58-
YUV196.56122.04158.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=39.70%
G=29.40%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917718600.260.220.06351.2965.9681.57
HexEFB1BA01A16615f4252
Octal357261272032266537102122
Binary1110111110110001101110100110101011011010101111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1BA; }

 p { color: rgb(239,177,186); }

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

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

 a { background-color: rgb(239,177,186); }

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

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

 span { border-color: rgb(239,177,186); }

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