Html Css Color HEX #EFADB5 Blossom

📋 copy color: '#EFADB5'

red 239 ◦ green 173 ◦ blue 181

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

Shades of Blossom #EFADB5

Tints of Blossom #EFADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.17%

 BLUE value IS 181 (71.09% from 255) = 30.52%

R = 40.3%
G = 29.17%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFADB5 (or 0xEFADB5) is known color: Blossom. HEX triplet: EF, AD and B5. RGB value is (239,173,181). Sum of RGB (Red+Green+Blue) = 239+173+181=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADB5 is #10524A. Grayscale: #C1C1C1. Windows color (decimal): -1069643 or 11906543. OLE color: 11906543.

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

Color convert

RGB 239 173 181 -
CMYK 0 0.28 0.24 0.06
HSL 352.73º 0.67% 0.81% -
HSV(B) 352.73º 0.28% 0.94% -
XYZ 58.88 51.57 50.57 -
YUV 193.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 239 173 181 0 0.28 0.24 0.06 352.73 0.67 0.81
Hex EF AD B5 0 1C 18 6 161 43 51
Octal 357 255 265 0 34 30 6 541 103 121
Binary 11101111 10101101 10110101 0 11100 11000 110 101100001 1000011 1010001

Color Harmonies of #EFADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADB5

Black with #EFADB5

Text Example


Text Example

White with #EFADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADB5; }

 p { color: rgb(239,173,181); }

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

background-color css

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

 a { background-color: rgb(239,173,181); }

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

border-color css

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

 span { border-color: rgb(239,173,181); }

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