Html Css Color HEX #EC8686 Light Coral

📋 copy color: '#EC8686'

red 236 ◦ green 134 ◦ blue 134

#EC8686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #EC8686

Tints of Light Coral #EC8686

RGB

 RED value IS 236 (92.58% from 255) = 46.83%

 GREEN value IS 134 (52.73% from 255) = 26.59%

 BLUE value IS 134 (52.73% from 255) = 26.59%

R = 46.83%
G = 26.59%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC8686 (or 0xEC8686) is known color: Light Coral. HEX triplet: EC, 86 and 86. RGB value is (236,134,134). Sum of RGB (Red+Green+Blue) = 236+134+134=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8686 is #137979. Grayscale: #A4A4A4. Windows color (decimal): -1276282 or 8816364. OLE color: 8816364.

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

Color convert

RGB 236 134 134 -
CMYK 0 0.43 0.43 0.07
HSL 0.73% 0.73% -
HSV(B) 0.43% 0.93% -
XYZ 47.42 36.6 27.12 -
YUV 164.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 236 134 134 0 0.43 0.43 0.07 0 0.73 0.73
Hex EC 86 86 0 2B 2B 7 0 49 49
Octal 354 206 206 0 53 53 7 0 111 111
Binary 11101100 10000110 10000110 0 101011 101011 111 0 1001001 1001001

Color Harmonies of #EC8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8686

Black with #EC8686

Text Example


Text Example

White with #EC8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8686; }

 p { color: rgb(236,134,134); }

 H1.HeaderClassName
 {
   color: #EC8686;
 }
 .AnyTagClassName
 {
   color: #EC8686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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