Html Css Color HEX #EFADB4 Blossom

📋 copy color: '#EFADB4'

red 239 ◦ green 173 ◦ blue 180

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

Shades of Blossom #EFADB4

Tints of Blossom #EFADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.41%

R = 40.37%
G = 29.22%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFADB4 (or 0xEFADB4) is known color: Blossom. HEX triplet: EF, AD and B4. RGB value is (239,173,180). Sum of RGB (Red+Green+Blue) = 239+173+180=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADB4 is #10524B. Grayscale: #C1C1C1. Windows color (decimal): -1069644 or 11841007. OLE color: 11841007.

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

Color convert

RGB 239 173 180 -
CMYK 0 0.28 0.25 0.06
HSL 353.64º 0.67% 0.81% -
HSV(B) 353.64º 0.28% 0.94% -
XYZ 58.78 51.53 50.03 -
YUV 193.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 239 173 180 0 0.28 0.25 0.06 353.64 0.67 0.81
Hex EF AD B4 0 1C 19 6 162 43 51
Octal 357 255 264 0 34 31 6 542 103 121
Binary 11101111 10101101 10110100 0 11100 11001 110 101100010 1000011 1010001

Color Harmonies of #EFADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADB4

Black with #EFADB4

Text Example


Text Example

White with #EFADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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