#EF8780

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

Shades of Light Coral #EF8780

Tints of Light Coral #EF8780

Color information

#EF8780 (or 0xEF8780) is unknown color: approx Light Coral. HEX triplet: EF, 87 and 80. RGB value is (239,135,128). Sum of RGB (Red+Green+Blue) = 239+135+128=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8780 is #10787F. Grayscale: #A5A5A5. Windows color (decimal): -1079424 or 8423407. OLE color: 8423407.

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

Color convert

RGB239135128-
CMYK00.440.460.06
HSL3.78º77.62%71.96%-
HSV(B)3.78º46.44%93.73%-
XYZ48.1637.2425.07-
YUV165.3106.96180.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=47.61%
G=26.89%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913512800.440.460.063.7877.6271.96
HexEF878002C2E644e48
Octal3572072000545664116110
Binary111011111000011110000000010110010111011010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8780; }

 p { color: rgb(239,135,128); }

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

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

 a { background-color: rgb(239,135,128); }

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

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

 span { border-color: rgb(239,135,128); }

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