#EFA7B4

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

Shades of Blossom #EFA7B4

Tints of Blossom #EFA7B4

Color information

#EFA7B4 (or 0xEFA7B4) is unknown color: approx Blossom. HEX triplet: EF, A7 and B4. RGB value is (239,167,180). Sum of RGB (Red+Green+Blue) = 239+167+180=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7B4 is #10584B. Grayscale: #BEBEBE. Windows color (decimal): -1071180 or 11839471. OLE color: 11839471.

HSL color Cylindrical-coordinate representation of color #EFA7B4: hue angle of 349.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 #EFA7B4 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239167180-
CMYK00.300.250.06
HSL349.17º69.23%79.61%-
HSV(B)349.17º30.13%93.73%-
XYZ57.6549.2849.65-
YUV190.01122.35162.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=40.78%
G=28.50%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916718000.300.250.06349.1769.2379.61
HexEFA7B401E19615d4550
Octal357247264036316535105120
Binary1110111110100111101101000111101100111010101110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7B4; }

 p { color: rgb(239,167,180); }

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

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

 a { background-color: rgb(239,167,180); }

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

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

 span { border-color: rgb(239,167,180); }

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