#EFB498

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

Shades of Mandys Pink #EFB498

Tints of Mandys Pink #EFB498

Color information

#EFB498 (or 0xEFB498) is unknown color: approx Mandys Pink. HEX triplet: EF, B4 and 98. RGB value is (239,180,152). Sum of RGB (Red+Green+Blue) = 239+180+152=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB498 is #104B67. Grayscale: #C2C2C2. Windows color (decimal): -1067880 or 10007791. OLE color: 10007791.

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

Color convert

RGB239180152-
CMYK00.250.360.06
HSL19.31º73.11%76.67%-
HSV(B)19.31º36.4%93.73%-
XYZ57.5953.2636.95-
YUV194.45104.05159.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=41.86%
G=31.52%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918015200.250.360.0619.3173.1176.67
HexEFB49801924613494d
Octal35726423003144623111115
Binary1110111110110100100110000110011001001101001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB498; }

 p { color: rgb(239,180,152); }

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

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

 a { background-color: rgb(239,180,152); }

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

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

 span { border-color: rgb(239,180,152); }

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