Html Css Color HEX #EFADB1 Blossom

📋 copy color: '#EFADB1'

red 239 ◦ green 173 ◦ blue 177

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

Shades of Blossom #EFADB1

Tints of Blossom #EFADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.37%

 BLUE value IS 177 (69.53% from 255) = 30.05%

R = 40.58%
G = 29.37%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFADB1 (or 0xEFADB1) is known color: Blossom. HEX triplet: EF, AD and B1. RGB value is (239,173,177). Sum of RGB (Red+Green+Blue) = 239+173+177=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADB1 is #10524E. Grayscale: #C1C1C1. Windows color (decimal): -1069647 or 11644399. OLE color: 11644399.

HSL color Cylindrical-coordinate representation of color #EFADB1: hue angle of 356.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADB1 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 177 -
CMYK 0 0.28 0.26 0.06
HSL 356.36º 0.67% 0.81% -
HSV(B) 356.36º 0.28% 0.94% -
XYZ 58.48 51.41 48.44 -
YUV 193.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 239 173 177 0 0.28 0.26 0.06 356.36 0.67 0.81
Hex EF AD B1 0 1C 1A 6 164 43 51
Octal 357 255 261 0 34 32 6 544 103 121
Binary 11101111 10101101 10110001 0 11100 11010 110 101100100 1000011 1010001

Color Harmonies of #EFADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADB1

Black with #EFADB1

Text Example


Text Example

White with #EFADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADB1; }

 p { color: rgb(239,173,177); }

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

background-color css

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

 a { background-color: rgb(239,173,177); }

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

border-color css

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

 span { border-color: rgb(239,173,177); }

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