Html Css Color HEX #EFAEB1 Blossom

📋 copy color: '#EFAEB1'

red 239 ◦ green 174 ◦ blue 177

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

Shades of Blossom #EFAEB1

Tints of Blossom #EFAEB1

RGB

 RED value IS 239 (93.75% from 255) = 40.51%

 GREEN value IS 174 (68.36% from 255) = 29.49%

 BLUE value IS 177 (69.53% from 255) = 30%

R = 40.51%
G = 29.49%
B = 30%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFAEB1 (or 0xEFAEB1) is known color: Blossom. HEX triplet: EF, AE and B1. RGB value is (239,174,177). Sum of RGB (Red+Green+Blue) = 239+174+177=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEB1 is #10514E. Grayscale: #C1C1C1. Windows color (decimal): -1069391 or 11644655. OLE color: 11644655.

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

Color convert

RGB 239 174 177 -
CMYK 0 0.27 0.26 0.06
HSL 357.23º 0.67% 0.81% -
HSV(B) 357.23º 0.27% 0.94% -
XYZ 58.67 51.8 48.5 -
YUV 193.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 239 174 177 0 0.27 0.26 0.06 357.23 0.67 0.81
Hex EF AE B1 0 1B 1A 6 165 43 51
Octal 357 256 261 0 33 32 6 545 103 121
Binary 11101111 10101110 10110001 0 11011 11010 110 101100101 1000011 1010001

Color Harmonies of #EFAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEB1

Black with #EFAEB1

Text Example


Text Example

White with #EFAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEB1; }

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

 H1.HeaderClassName
 {
   color: #EFAEB1;
 }
 .AnyTagClassName
 {
   color: #EFAEB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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