#EFB9C0

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

Shades of Azalea #EFB9C0

Tints of Azalea #EFB9C0

Color information

#EFB9C0 (or 0xEFB9C0) is unknown color: approx Azalea. HEX triplet: EF, B9 and C0. RGB value is (239,185,192). Sum of RGB (Red+Green+Blue) = 239+185+192=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9C0 is #10463F. Grayscale: #C9C9C9. Windows color (decimal): -1066560 or 12630511. OLE color: 12630511.

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

Color convert

RGB239185192-
CMYK00.230.200.06
HSL352.22º62.79%83.14%-
HSV(B)352.22º22.59%93.73%-
XYZ62.4656.8557.55-
YUV201.94122.39154.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=38.80%
G=30.03%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918519200.230.200.06352.2262.7983.14
HexEFB9C00171461603f53
Octal35727130002724654077123
Binary111011111011100111000000010111101001101011000001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9C0; }

 p { color: rgb(239,185,192); }

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

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

 a { background-color: rgb(239,185,192); }

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

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

 span { border-color: rgb(239,185,192); }

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