#EFBD92

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

Shades of Mandys Pink #EFBD92

Tints of Mandys Pink #EFBD92

Color information

#EFBD92 (or 0xEFBD92) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 92. RGB value is (239,189,146). Sum of RGB (Red+Green+Blue) = 239+189+146=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD92 is #10426D. Grayscale: #C7C7C7. Windows color (decimal): -1065582 or 9616879. OLE color: 9616879.

HSL color Cylindrical-coordinate representation of color #EFBD92: hue angle of 27.74º degrees, saturation: 0.74, 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 #EFBD92 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239189146-
CMYK00.210.390.06
HSL27.74º74.4%75.49%-
HSV(B)27.74º38.91%93.73%-
XYZ58.9856.8235.05-
YUV199.0598.06156.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 146 (57.42% from 255) = 25.44%
R=41.64%
G=32.93%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918914600.210.390.0627.7474.475.49
HexEFBD920152761c4a4b
Octal35727522202547634112113
Binary1110111110111101100100100101011001111101110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD92; }

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

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

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

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

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

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

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

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