Html Css Color HEX #EF807E Light Coral

📋 copy color: '#EF807E'

red 239 ◦ green 128 ◦ blue 126

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

Shades of Light Coral #EF807E

Tints of Light Coral #EF807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.96%

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 48.48%
G = 25.96%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF807E (or 0xEF807E) is known color: Light Coral. HEX triplet: EF, 80 and 7E. RGB value is (239,128,126). Sum of RGB (Red+Green+Blue) = 239+128+126=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF807E is #107F81. Grayscale: #A1A1A1. Windows color (decimal): -1081218 or 8290543. OLE color: 8290543.

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

Color convert

RGB 239 128 126 -
CMYK 0 0.46 0.47 0.06
HSL 1.06º 0.78% 0.72% -
HSV(B) 1.06º 0.47% 0.94% -
XYZ 47.08 35.3 24.07 -
YUV 160.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 239 128 126 0 0.46 0.47 0.06 1.06 0.78 0.72
Hex EF 80 7E 0 2E 2F 6 1 4E 48
Octal 357 200 176 0 56 57 6 1 116 110
Binary 11101111 10000000 1111110 0 101110 101111 110 1 1001110 1001000

Color Harmonies of #EF807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF807E

Black with #EF807E

Text Example


Text Example

White with #EF807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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