#EFB58F

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

Shades of Mandys Pink #EFB58F

Tints of Mandys Pink #EFB58F

Color information

#EFB58F (or 0xEFB58F) is unknown color: approx Mandys Pink. HEX triplet: EF, B5 and 8F. RGB value is (239,181,143). Sum of RGB (Red+Green+Blue) = 239+181+143=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB58F is #104A70. Grayscale: #C2C2C2. Windows color (decimal): -1067633 or 9418223. OLE color: 9418223.

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

Color convert

RGB239181143-
CMYK00.240.400.06
HSL23.75º75%74.9%-
HSV(B)23.75º40.17%93.73%-
XYZ57.0853.3833.28-
YUV194.0199.22160.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=42.45%
G=32.15%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918114300.240.400.0623.757574.9
HexEFB58F018286184b4b
Octal35726521703050630113113
Binary1110111110110101100011110110001010001101100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB58F; }

 p { color: rgb(239,181,143); }

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

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

 a { background-color: rgb(239,181,143); }

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

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

 span { border-color: rgb(239,181,143); }

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