#EF857F

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

Shades of Light Coral #EF857F

Tints of Light Coral #EF857F

Color information

#EF857F (or 0xEF857F) is unknown color: approx Light Coral. HEX triplet: EF, 85 and 7F. RGB value is (239,133,127). Sum of RGB (Red+Green+Blue) = 239+133+127=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF857F is #107A80. Grayscale: #A4A4A4. Windows color (decimal): -1079937 or 8357359. OLE color: 8357359.

HSL color Cylindrical-coordinate representation of color #EF857F: hue angle of 3.21º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF857F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB239133127-
CMYK00.440.470.06
HSL3.21º77.78%71.76%-
HSV(B)3.21º46.86%93.73%-
XYZ47.8136.6624.63-
YUV164.01107.12181.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 127 (50% from 255) = 25.45%
R=47.90%
G=26.65%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913312700.440.470.063.2177.7871.76
HexEF857F02C2F634e48
Octal3572051770545763116110
Binary1110111110000101111111101011001011111101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF857F; }

 p { color: rgb(239,133,127); }

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

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

 a { background-color: rgb(239,133,127); }

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

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

 span { border-color: rgb(239,133,127); }

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