Html Css Color HEX #EFA09B Sweet Pink

📋 copy color: '#EFA09B'

red 239 ◦ green 160 ◦ blue 155

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

Shades of Sweet Pink #EFA09B

Tints of Sweet Pink #EFA09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.88%

 BLUE value IS 155 (60.94% from 255) = 27.98%

R = 43.14%
G = 28.88%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFA09B (or 0xEFA09B) is known color: Sweet Pink. HEX triplet: EF, A0 and 9B. RGB value is (239,160,155). Sum of RGB (Red+Green+Blue) = 239+160+155=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA09B is #105F64. Grayscale: #B7B7B7. Windows color (decimal): -1072997 or 10199279. OLE color: 10199279.

HSL color Cylindrical-coordinate representation of color #EFA09B: hue angle of 3.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA09B is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 155 -
CMYK 0 0.33 0.35 0.06
HSL 3.57º 0.72% 0.77% -
HSV(B) 3.57º 0.35% 0.94% -
XYZ 54.08 45.86 37.01 -
YUV 183.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 239 160 155 0 0.33 0.35 0.06 3.57 0.72 0.77
Hex EF A0 9B 0 21 23 6 4 48 4D
Octal 357 240 233 0 41 43 6 4 110 115
Binary 11101111 10100000 10011011 0 100001 100011 110 100 1001000 1001101

Color Harmonies of #EFA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA09B

Black with #EFA09B

Text Example


Text Example

White with #EFA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA09B; }

 p { color: rgb(239,160,155); }

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

background-color css

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

 a { background-color: rgb(239,160,155); }

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

border-color css

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

 span { border-color: rgb(239,160,155); }

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