#EF867A

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

Shades of Light Coral #EF867A

Tints of Light Coral #EF867A

Color information

#EF867A (or 0xEF867A) is unknown color: approx Light Coral. HEX triplet: EF, 86 and 7A. RGB value is (239,134,122). Sum of RGB (Red+Green+Blue) = 239+134+122=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF867A is #107985. Grayscale: #A4A4A4. Windows color (decimal): -1079686 or 8029935. OLE color: 8029935.

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

Color convert

RGB239134122-
CMYK00.440.490.06
HSL6.15º78.52%70.78%-
HSV(B)6.15º48.95%93.73%-
XYZ47.6336.8123.01-
YUV164.03104.29181.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=48.28%
G=27.07%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913412200.440.490.066.1578.5270.78
HexEF867A02C31664f47
Octal3572061720546166117107
Binary11101111100001101111010010110011000111011010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF867A; }

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

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

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

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

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

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

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

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