#EFB5B6

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

Shades of Blossom #EFB5B6

Tints of Blossom #EFB5B6

Color information

#EFB5B6 (or 0xEFB5B6) is unknown color: approx Blossom. HEX triplet: EF, B5 and B6. RGB value is (239,181,182). Sum of RGB (Red+Green+Blue) = 239+181+182=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5B6 is #104A49. Grayscale: #C6C6C6. Windows color (decimal): -1067594 or 11974127. OLE color: 11974127.

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

Color convert

RGB239181182-
CMYK00.240.240.06
HSL358.97º64.44%82.35%-
HSV(B)358.97º24.27%93.73%-
XYZ60.5654.7851.64-
YUV198.46118.72156.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=39.70%
G=30.07%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918118200.240.240.06358.9764.4482.35
HexEFB5B60181861674052
Octal357265266030306547100122
Binary1110111110110101101101100110001100011010110011110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5B6; }

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

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

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

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

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

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

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

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