Html Css Color HEX #EFAEB8 Blossom

📋 copy color: '#EFAEB8'

red 239 ◦ green 174 ◦ blue 184

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

Shades of Blossom #EFAEB8

Tints of Blossom #EFAEB8

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 value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFAEB8 (or 0xEFAEB8) is known color: 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

RGB 239 174 184 -
CMYK 0 0.27 0.23 0.06
HSL 350.77º 0.67% 0.81% -
HSV(B) 350.77º 0.27% 0.94% -
XYZ 59.38 52.08 52.27 -
YUV 194.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 239 174 184 0 0.27 0.23 0.06 350.77 0.67 0.81
Hex EF AE B8 0 1B 17 6 15F 43 51
Octal 357 256 270 0 33 27 6 537 103 121
Binary 11101111 10101110 10111000 0 11011 10111 110 101011111 1000011 1010001

Color Harmonies of #EFAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEB8

Black with #EFAEB8

Text Example


Text Example

White with #EFAEB8

Text Example


Text Example

HTML Codes & Css Web 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>