#EFAEB4

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

Shades of Blossom #EFAEB4

Tints of Blossom #EFAEB4

Color information

#EFAEB4 (or 0xEFAEB4) is unknown color: approx Blossom. HEX triplet: EF, AE and B4. RGB value is (239,174,180). Sum of RGB (Red+Green+Blue) = 239+174+180=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEB4 is #10514B. Grayscale: #C2C2C2. Windows color (decimal): -1069388 or 11841263. OLE color: 11841263.

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

Color convert

RGB239174180-
CMYK00.270.250.06
HSL354.46º67.01%80.98%-
HSV(B)354.46º27.2%93.73%-
XYZ58.9751.9250.09-
YUV194.12120.03160.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 180 (70.70% from 255) = 30.35%
R=40.30%
G=29.34%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917418000.270.250.06354.4667.0180.98
HexEFAEB401B1961624351
Octal357256264033316542103121
Binary1110111110101110101101000110111100111010110001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEB4; }

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

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

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

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

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

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

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

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