#EF8A7A

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

Shades of Light Coral #EF8A7A

Tints of Light Coral #EF8A7A

Color information

#EF8A7A (or 0xEF8A7A) is unknown color: approx Light Coral. HEX triplet: EF, 8A and 7A. RGB value is (239,138,122). Sum of RGB (Red+Green+Blue) = 239+138+122=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A7A is #107585. Grayscale: #A6A6A6. Windows color (decimal): -1078662 or 8030959. OLE color: 8030959.

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

Color convert

RGB239138122-
CMYK00.420.490.06
HSL8.21º78.52%70.78%-
HSV(B)8.21º48.95%93.73%-
XYZ48.237.9323.19-
YUV166.38102.96179.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=47.90%
G=27.66%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913812200.420.490.068.2178.5270.78
HexEF8A7A02A31684f47
Octal35721217205261610117107
Binary111011111000101011110100101010110001110100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A7A; }

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

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

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

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

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

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

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

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