#EFA8B6

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

Shades of Blossom #EFA8B6

Tints of Blossom #EFA8B6

Color information

#EFA8B6 (or 0xEFA8B6) is unknown color: approx Blossom. HEX triplet: EF, A8 and B6. RGB value is (239,168,182). Sum of RGB (Red+Green+Blue) = 239+168+182=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8B6 is #105749. Grayscale: #BEBEBE. Windows color (decimal): -1070922 or 11970799. OLE color: 11970799.

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

Color convert

RGB239168182-
CMYK00.300.240.06
HSL348.17º68.93%79.8%-
HSV(B)348.17º29.71%93.73%-
XYZ58.0449.7350.8-
YUV190.82123.02162.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=40.58%
G=28.52%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916818200.300.240.06348.1768.9379.8
HexEFA8B601E18615c4550
Octal357250266036306534105120
Binary1110111110101000101101100111101100011010101110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8B6; }

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

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

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

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

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

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

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

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