#ED8680

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

Shades of Light Coral #ED8680

Tints of Light Coral #ED8680

Color information

#ED8680 (or 0xED8680) is unknown color: approx Light Coral. HEX triplet: ED, 86 and 80. RGB value is (237,134,128). Sum of RGB (Red+Green+Blue) = 237+134+128=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8680 is #12797F. Grayscale: #A4A4A4. Windows color (decimal): -1210752 or 8423149. OLE color: 8423149.

HSL color Cylindrical-coordinate representation of color #ED8680: hue angle of 3.3º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8680 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237134128-
CMYK00.430.460.07
HSL3.3º75.17%71.57%-
HSV(B)3.3º45.99%92.94%-
XYZ47.3536.6124.99-
YUV164.11107.62179.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=47.49%
G=26.85%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713412800.430.460.073.375.1771.57
HexED868002B2E734b48
Octal3552062000535673113110
Binary11101101100001101000000001010111011101111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8680; }

 p { color: rgb(237,134,128); }

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

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

 a { background-color: rgb(237,134,128); }

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

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

 span { border-color: rgb(237,134,128); }

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