#EFADB4

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

Shades of Blossom #EFADB4

Tints of Blossom #EFADB4

Color information

#EFADB4 (or 0xEFADB4) is unknown color: approx 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

RGB239173180-
CMYK00.280.250.06
HSL353.64º67.35%80.78%-
HSV(B)353.64º27.62%93.73%-
XYZ58.7851.5350.03-
YUV193.53120.37160.43-

RGB Variations

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

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.70% from 255) = 30.41%
R=40.37%
G=29.22%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917318000.280.250.06353.6467.3580.78
HexEFADB401C1961624351
Octal357255264034316542103121
Binary1110111110101101101101000111001100111010110001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>