#EFAEB8

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

Shades of Blossom #EFAEB8

Tints of Blossom #EFAEB8

Color information

#EFAEB8 (or 0xEFAEB8) is unknown color: approx Blossom. HEX triplet: EF, AE and B8. RGB value is (239,174,184). Sum of RGB (Red+Green+Blue) = 239+174+184=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEB8 is #105147. Grayscale: #C2C2C2. Windows color (decimal): -1069384 or 12103407. OLE color: 12103407.

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

Color convert

RGB239174184-
CMYK00.270.230.06
HSL350.77º67.01%80.98%-
HSV(B)350.77º27.2%93.73%-
XYZ59.3852.0852.27-
YUV194.58122.03159.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 184 (72.27% from 255) = 30.82%
R=40.03%
G=29.15%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917418400.270.230.06350.7767.0180.98
HexEFAEB801B17615f4351
Octal357256270033276537103121
Binary1110111110101110101110000110111011111010101111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB8; }

 p { color: rgb(239,174,184); }

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

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

 a { background-color: rgb(239,174,184); }

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

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

 span { border-color: rgb(239,174,184); }

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