#EF5256

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

Shades of Mandy #EF5256

Tints of Mandy #EF5256

Color information

#EF5256 (or 0xEF5256) is unknown color: approx Mandy. HEX triplet: EF, 52 and 56. RGB value is (239,82,86). Sum of RGB (Red+Green+Blue) = 239+82+86=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5256 is #10ADA9. Grayscale: #818181. Windows color (decimal): -1093034 or 5657327. OLE color: 5657327.

HSL color Cylindrical-coordinate representation of color #EF5256: hue angle of 358.47º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5256 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB2398286-
CMYK00.660.640.06
HSL358.47º83.07%62.94%-
HSV(B)358.47º65.69%93.73%-
XYZ40.2925.0611.52-
YUV129.4103.51206.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.72%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=58.72%
G=20.15%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239828600.660.640.06358.4783.0762.94
HexEF5256042406166533f
Octal3571221260102100654612377
Binary11101111101001010101100100001010000001101011001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5256; }

 p { color: rgb(239,82,86); }

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

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

 a { background-color: rgb(239,82,86); }

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

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

 span { border-color: rgb(239,82,86); }

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