#EFA9B6

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

Shades of Blossom #EFA9B6

Tints of Blossom #EFA9B6

Color information

#EFA9B6 (or 0xEFA9B6) is unknown color: approx Blossom. HEX triplet: EF, A9 and B6. RGB value is (239,169,182). Sum of RGB (Red+Green+Blue) = 239+169+182=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9B6 is #105649. Grayscale: #BFBFBF. Windows color (decimal): -1070666 or 11971055. OLE color: 11971055.

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

Color convert

RGB239169182-
CMYK00.290.240.06
HSL348.86º68.63%80%-
HSV(B)348.86º29.29%93.73%-
XYZ58.2350.150.86-
YUV191.41122.69161.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=40.51%
G=28.64%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916918200.290.240.06348.8668.6380
HexEFA9B601D18615d4550
Octal357251266035306535105120
Binary1110111110101001101101100111011100011010101110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9B6; }

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

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

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

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

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

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

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

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