#EFAAB4

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

Shades of Blossom #EFAAB4

Tints of Blossom #EFAAB4

Color information

#EFAAB4 (or 0xEFAAB4) is unknown color: approx Blossom. HEX triplet: EF, AA and B4. RGB value is (239,170,180). Sum of RGB (Red+Green+Blue) = 239+170+180=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAB4 is #10554B. Grayscale: #BFBFBF. Windows color (decimal): -1070412 or 11840239. OLE color: 11840239.

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

Color convert

RGB239170180-
CMYK00.290.250.06
HSL351.3º68.32%80.2%-
HSV(B)351.3º28.87%93.73%-
XYZ58.2150.449.84-
YUV191.77121.36161.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=40.58%
G=28.86%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917018000.290.250.06351.368.3280.2
HexEFAAB401D19615f4450
Octal357252264035316537104120
Binary1110111110101010101101000111011100111010101111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAB4; }

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

 H1.HeaderClassName
 {
   color: #EFAAB4;
 }
 .AnyTagClassName
 {
   color: #EFAAB4;
 }
</style>
background-color css

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

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

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

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

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

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