#EFBD99

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

Shades of Mandys Pink #EFBD99

Tints of Mandys Pink #EFBD99

Color information

#EFBD99 (or 0xEFBD99) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 99. RGB value is (239,189,153). Sum of RGB (Red+Green+Blue) = 239+189+153=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD99 is #104266. Grayscale: #C8C8C8. Windows color (decimal): -1065575 or 10075631. OLE color: 10075631.

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

Color convert

RGB239189153-
CMYK00.210.360.06
HSL25.12º72.88%76.86%-
HSV(B)25.12º35.98%93.73%-
XYZ59.5457.0538.01-
YUV199.85101.56155.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 153 (60.16% from 255) = 26.33%
R=41.14%
G=32.53%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918915300.210.360.0625.1272.8876.86
HexEFBD9901524619494d
Octal35727523102544631111115
Binary1110111110111101100110010101011001001101100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD99; }

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

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

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

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

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

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

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

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