Html Css Color HEX #EF827A Light Coral

📋 copy color: '#EF827A'

red 239 ◦ green 130 ◦ blue 122

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

Shades of Light Coral #EF827A

Tints of Light Coral #EF827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

 BLUE value IS 122 (48.05% from 255) = 24.85%

R = 48.68%
G = 26.48%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF827A (or 0xEF827A) is known color: Light Coral. HEX triplet: EF, 82 and 7A. RGB value is (239,130,122). Sum of RGB (Red+Green+Blue) = 239+130+122=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF827A is #107D85. Grayscale: #A1A1A1. Windows color (decimal): -1080710 or 8028911. OLE color: 8028911.

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

Color convert

RGB 239 130 122 -
CMYK 0 0.46 0.49 0.06
HSL 4.1º 0.79% 0.71% -
HSV(B) 4.1º 0.49% 0.94% -
XYZ 47.09 35.72 22.83 -
YUV 161.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 239 130 122 0 0.46 0.49 0.06 4.1 0.79 0.71
Hex EF 82 7A 0 2E 31 6 4 4F 47
Octal 357 202 172 0 56 61 6 4 117 107
Binary 11101111 10000010 1111010 0 101110 110001 110 100 1001111 1000111

Color Harmonies of #EF827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF827A

Black with #EF827A

Text Example


Text Example

White with #EF827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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