Html Css Color HEX #EFB8BA Azalea

📋 copy color: '#EFB8BA'

red 239 ◦ green 184 ◦ blue 186

#EFB8BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #EFB8BA

Tints of Azalea #EFB8BA

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 value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFB8BA (or 0xEFB8BA) is known color: 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

RGB 239 184 186 -
CMYK 0 0.23 0.22 0.06
HSL 357.82º 0.63% 0.83% -
HSV(B) 357.82º 0.23% 0.94% -
XYZ 61.6 56.18 54.05 -
YUV 200.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 239 184 186 0 0.23 0.22 0.06 357.82 0.63 0.83
Hex EF B8 BA 0 17 16 6 166 3F 53
Octal 357 270 272 0 27 26 6 546 77 123
Binary 11101111 10111000 10111010 0 10111 10110 110 101100110 111111 1010011

Color Harmonies of #EFB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8BA

Black with #EFB8BA

Text Example


Text Example

White with #EFB8BA

Text Example


Text Example

HTML Codes & Css Web 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>