#EFBD9A

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

Shades of Mandys Pink #EFBD9A

Tints of Mandys Pink #EFBD9A

Color information

#EFBD9A (or 0xEFBD9A) is unknown color: approx Mandys Pink. HEX triplet: EF, BD and 9A. RGB value is (239,189,154). Sum of RGB (Red+Green+Blue) = 239+189+154=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD9A is #104265. Grayscale: #C8C8C8. Windows color (decimal): -1065574 or 10141167. OLE color: 10141167.

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

Color convert

RGB239189154-
CMYK00.210.360.06
HSL24.71º72.65%77.06%-
HSV(B)24.71º35.56%93.73%-
XYZ59.6357.0838.45-
YUV199.96102.06155.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=41.07%
G=32.47%
B=26.46%

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
Decimal23918915400.210.360.0624.7172.6577.06
HexEFBD9A01524619494d
Octal35727523202544631111115
Binary1110111110111101100110100101011001001101100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD9A; }

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

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

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

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

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

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

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

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