#EF7C7A

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

Shades of Light Coral #EF7C7A

Tints of Light Coral #EF7C7A

Color information

#EF7C7A (or 0xEF7C7A) is unknown color: approx Light Coral. HEX triplet: EF, 7C and 7A. RGB value is (239,124,122). Sum of RGB (Red+Green+Blue) = 239+124+122=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C7A is #108385. Grayscale: #9E9E9E. Windows color (decimal): -1082246 or 8027375. OLE color: 8027375.

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

Color convert

RGB239124122-
CMYK00.480.490.06
HSL1.03º78.52%70.78%-
HSV(B)1.03º48.95%93.73%-
XYZ46.3234.1722.57-
YUV158.16107.6185.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=49.28%
G=25.57%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912412200.480.490.061.0378.5270.78
HexEF7C7A03031614f47
Octal3571741720606161117107
Binary11101111111110011110100110000110001110110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7C7A; }

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

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

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

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

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

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

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

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