Html Css Color HEX #EF8A82 Light Coral

📋 copy color: '#EF8A82'

red 239 ◦ green 138 ◦ blue 130

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

Shades of Light Coral #EF8A82

Tints of Light Coral #EF8A82

RGB

 RED value IS 239 (93.75% from 255) = 47.14%

 GREEN value IS 138 (54.3% from 255) = 27.22%

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 47.14%
G = 27.22%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF8A82 (or 0xEF8A82) is known color: Light Coral. HEX triplet: EF, 8A and 82. RGB value is (239,138,130). Sum of RGB (Red+Green+Blue) = 239+138+130=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A82 is #10757D. Grayscale: #A7A7A7. Windows color (decimal): -1078654 or 8555247. OLE color: 8555247.

HSL color Cylindrical-coordinate representation of color #EF8A82: hue angle of 4.4º degrees, saturation: 0.77, 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 #EF8A82 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 130 -
CMYK 0 0.42 0.46 0.06
HSL 4.4º 0.77% 0.72% -
HSV(B) 4.4º 0.46% 0.94% -
XYZ 48.71 38.14 25.91 -
YUV 167.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 239 138 130 0 0.42 0.46 0.06 4.4 0.77 0.72
Hex EF 8A 82 0 2A 2E 6 4 4D 48
Octal 357 212 202 0 52 56 6 4 115 110
Binary 11101111 10001010 10000010 0 101010 101110 110 100 1001101 1001000

Color Harmonies of #EF8A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A82

Black with #EF8A82

Text Example


Text Example

White with #EF8A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A82; }

 p { color: rgb(239,138,130); }

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

background-color css

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

 a { background-color: rgb(239,138,130); }

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

border-color css

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

 span { border-color: rgb(239,138,130); }

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