Html Css Color HEX #EF807B Light Coral

📋 copy color: '#EF807B'

red 239 ◦ green 128 ◦ blue 123

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

Shades of Light Coral #EF807B

Tints of Light Coral #EF807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 48.78%
G = 26.12%
B = 25.1%

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

#EF807B (or 0xEF807B) is known color: Light Coral. HEX triplet: EF, 80 and 7B. RGB value is (239,128,123). Sum of RGB (Red+Green+Blue) = 239+128+123=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF807B is #107F84. Grayscale: #A0A0A0. Windows color (decimal): -1081221 or 8093935. OLE color: 8093935.

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

Color convert

RGB 239 128 123 -
CMYK 0 0.46 0.49 0.06
HSL 2.59º 0.78% 0.71% -
HSV(B) 2.59º 0.49% 0.94% -
XYZ 46.89 35.22 23.07 -
YUV 160.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 239 128 123 0 0.46 0.49 0.06 2.59 0.78 0.71
Hex EF 80 7B 0 2E 31 6 3 4E 47
Octal 357 200 173 0 56 61 6 3 116 107
Binary 11101111 10000000 1111011 0 101110 110001 110 11 1001110 1000111

Color Harmonies of #EF807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF807B

Black with #EF807B

Text Example


Text Example

White with #EF807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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