#EF807B

Color #EF807B Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #EF807B

Tints of Light Coral #EF807B

Color information

#EF807B (or 0xEF807B) is unknown color: approx 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

RGB239128123-
CMYK00.460.490.06
HSL2.59º78.38%70.98%-
HSV(B)2.59º48.54%93.73%-
XYZ46.8935.2223.07-
YUV160.62106.77183.91-

RGB Variations

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

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.10%
R=48.78%
G=26.12%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912812300.460.490.062.5978.3870.98
HexEF807B02E31634e47
Octal3572001730566163116107
Binary1110111110000000111101101011101100011101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>