Html Css Color HEX #EFB091 Mandys Pink

📋 copy color: '#EFB091'

red 239 ◦ green 176 ◦ blue 145

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

Shades of Mandys Pink #EFB091

Tints of Mandys Pink #EFB091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.43%

 BLUE value IS 145 (57.03% from 255) = 25.89%

R = 42.68%
G = 31.43%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFB091 (or 0xEFB091) is known color: Mandys Pink. HEX triplet: EF, B0 and 91. RGB value is (239,176,145). Sum of RGB (Red+Green+Blue) = 239+176+145=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB091 is #104F6E. Grayscale: #BFBFBF. Windows color (decimal): -1068911 or 9548015. OLE color: 9548015.

HSL color Cylindrical-coordinate representation of color #EFB091: hue angle of 19.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFB091 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 145 -
CMYK 0 0.26 0.39 0.06
HSL 19.79º 0.75% 0.75% -
HSV(B) 19.79º 0.39% 0.94% -
XYZ 56.23 51.45 33.75 -
YUV 191.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 239 176 145 0 0.26 0.39 0.06 19.79 0.75 0.75
Hex EF B0 91 0 1A 27 6 14 4B 4B
Octal 357 260 221 0 32 47 6 24 113 113
Binary 11101111 10110000 10010001 0 11010 100111 110 10100 1001011 1001011

Color Harmonies of #EFB091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB091

Black with #EFB091

Text Example


Text Example

White with #EFB091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB091; }

 p { color: rgb(239,176,145); }

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

background-color css

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

 a { background-color: rgb(239,176,145); }

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

border-color css

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

 span { border-color: rgb(239,176,145); }

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