#EF8A7D

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

Shades of Light Coral #EF8A7D

Tints of Light Coral #EF8A7D

Color information

#EF8A7D (or 0xEF8A7D) is unknown color: approx Light Coral. HEX triplet: EF, 8A and 7D. RGB value is (239,138,125). Sum of RGB (Red+Green+Blue) = 239+138+125=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A7D is #107582. Grayscale: #A6A6A6. Windows color (decimal): -1078659 or 8227567. OLE color: 8227567.

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

Color convert

RGB239138125-
CMYK00.420.480.06
HSL6.84º78.08%71.37%-
HSV(B)6.84º47.7%93.73%-
XYZ48.3938.0124.19-
YUV166.72104.46179.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=47.61%
G=27.49%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913812500.420.480.066.8478.0871.37
HexEF8A7D02A30674e47
Octal3572121750526067116107
Binary11101111100010101111101010101011000011011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A7D; }

 p { color: rgb(239,138,125); }

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

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

 a { background-color: rgb(239,138,125); }

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

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

 span { border-color: rgb(239,138,125); }

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