#EFBD97

Color #EFBD97 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #EFBD97

Tints of Mandys Pink #EFBD97

Color information

#EFBD97 (or 0xEFBD97) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 97. RGB value is (239,189,151). Sum of RGB (Red+Green+Blue) = 239+189+151=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD97 is #104268. Grayscale: #C7C7C7. Windows color (decimal): -1065577 or 9944559. OLE color: 9944559.

HSL color Cylindrical-coordinate representation of color #EFBD97: hue angle of 25.91º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFBD97 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239189151-
CMYK00.210.370.06
HSL25.91º73.33%76.47%-
HSV(B)25.91º36.82%93.73%-
XYZ59.3856.9837.15-
YUV199.62100.56156.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=41.28%
G=32.64%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918915100.210.370.0625.9173.3376.47
HexEFBD970152561a494c
Octal35727522702545632111114
Binary1110111110111101100101110101011001011101101010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD97; }

 p { color: rgb(239,189,151); }

 H1.HeaderClassName
 {
   color: #EFBD97;
 }
 .AnyTagClassName
 {
   color: #EFBD97;
 }
</style>
background-color css

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

 a { background-color: rgb(239,189,151); }

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

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

 span { border-color: rgb(239,189,151); }

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