Html Css Color HEX #EFB4BA Blossom

📋 copy color: '#EFB4BA'

red 239 ◦ green 180 ◦ blue 186

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

Shades of Blossom #EFB4BA

Tints of Blossom #EFB4BA

RGB

 RED value IS 239 (93.75% from 255) = 39.5%

 GREEN value IS 180 (70.7% from 255) = 29.75%

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 39.5%
G = 29.75%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFB4BA (or 0xEFB4BA) is known color: Blossom. HEX triplet: EF, B4 and BA. RGB value is (239,180,186). Sum of RGB (Red+Green+Blue) = 239+180+186=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4BA is #104B45. Grayscale: #C6C6C6. Windows color (decimal): -1067846 or 12236015. OLE color: 12236015.

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

Color convert

RGB 239 180 186 -
CMYK 0 0.25 0.22 0.06
HSL 353.9º 0.65% 0.82% -
HSV(B) 353.9º 0.25% 0.94% -
XYZ 60.78 54.54 53.78 -
YUV 198.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 239 180 186 0 0.25 0.22 0.06 353.9 0.65 0.82
Hex EF B4 BA 0 19 16 6 162 41 52
Octal 357 264 272 0 31 26 6 542 101 122
Binary 11101111 10110100 10111010 0 11001 10110 110 101100010 1000001 1010010

Color Harmonies of #EFB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4BA

Black with #EFB4BA

Text Example


Text Example

White with #EFB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4BA; }

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

 H1.HeaderClassName
 {
   color: #EFB4BA;
 }
 .AnyTagClassName
 {
   color: #EFB4BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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