#EFB98F

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

Shades of Mandys Pink #EFB98F

Tints of Mandys Pink #EFB98F

Color information

#EFB98F (or 0xEFB98F) is unknown color: approx Mandys Pink. HEX triplet: EF, B9 and 8F. RGB value is (239,185,143). Sum of RGB (Red+Green+Blue) = 239+185+143=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB98F is #104670. Grayscale: #C4C4C4. Windows color (decimal): -1066609 or 9419247. OLE color: 9419247.

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

Color convert

RGB239185143-
CMYK00.230.400.06
HSL26.25º75%74.9%-
HSV(B)26.25º40.17%93.73%-
XYZ57.955.0333.56-
YUV196.3697.89158.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 143 (56.25% from 255) = 25.22%
R=42.15%
G=32.63%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918514300.230.400.0626.257574.9
HexEFB98F0172861a4b4b
Octal35727121702750632113113
Binary1110111110111001100011110101111010001101101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB98F; }

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

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

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

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

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

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

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

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