#EFB7BA

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

Shades of Azalea #EFB7BA

Tints of Azalea #EFB7BA

Color information

#EFB7BA (or 0xEFB7BA) is unknown color: approx Azalea. HEX triplet: EF, B7 and BA. RGB value is (239,183,186). Sum of RGB (Red+Green+Blue) = 239+183+186=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7BA is #104845. Grayscale: #C8C8C8. Windows color (decimal): -1067078 or 12236783. OLE color: 12236783.

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

Color convert

RGB239183186-
CMYK00.230.220.06
HSL356.79º63.64%82.75%-
HSV(B)356.79º23.43%93.73%-
XYZ61.3955.7653.98-
YUV200.09120.05155.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=39.31%
G=30.10%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918318600.230.220.06356.7963.6482.75
HexEFB7BA0171661654053
Octal357267272027266545100123
Binary1110111110110111101110100101111011011010110010110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7BA; }

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

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

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

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

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

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

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

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