#EFB8BA

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

Shades of Azalea #EFB8BA

Tints of Azalea #EFB8BA

Color information

#EFB8BA (or 0xEFB8BA) is unknown color: approx Azalea. HEX triplet: EF, B8 and BA. RGB value is (239,184,186). Sum of RGB (Red+Green+Blue) = 239+184+186=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8BA is #104745. Grayscale: #C8C8C8. Windows color (decimal): -1066822 or 12237039. OLE color: 12237039.

HSL color Cylindrical-coordinate representation of color #EFB8BA: hue angle of 357.82º degrees, saturation: 0.63, 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 #EFB8BA is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239184186-
CMYK00.230.220.06
HSL357.82º63.22%82.94%-
HSV(B)357.82º23.01%93.73%-
XYZ61.656.1854.05-
YUV200.67119.72155.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=39.24%
G=30.21%
B=30.54%

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
Decimal23918418600.230.220.06357.8263.2282.94
HexEFB8BA0171661663f53
Octal35727027202726654677123
Binary111011111011100010111010010111101101101011001101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8BA; }

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

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

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

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

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

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

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

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