#EB8B7F

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

Shades of Light Coral #EB8B7F

Tints of Light Coral #EB8B7F

Color information

#EB8B7F (or 0xEB8B7F) is unknown color: approx Light Coral. HEX triplet: EB, 8B and 7F. RGB value is (235,139,127). Sum of RGB (Red+Green+Blue) = 235+139+127=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B7F is #147480. Grayscale: #A6A6A6. Windows color (decimal): -1340545 or 8358891. OLE color: 8358891.

HSL color Cylindrical-coordinate representation of color #EB8B7F: hue angle of 6.67º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB8B7F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235139127-
CMYK00.410.460.08
HSL6.67º72.97%70.98%-
HSV(B)6.67º45.96%92.16%-
XYZ47.3237.6624.85-
YUV166.34105.8176.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 127 (50% from 255) = 25.35%
R=46.91%
G=27.74%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513912700.410.460.086.6772.9770.98
HexEB8B7F0292E874947
Octal35321317705156107111107
Binary111010111000101111111110101001101110100011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B7F; }

 p { color: rgb(235,139,127); }

 H1.HeaderClassName
 {
   color: #EB8B7F;
 }
 .AnyTagClassName
 {
   color: #EB8B7F;
 }
</style>
background-color css

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

 a { background-color: rgb(235,139,127); }

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

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

 span { border-color: rgb(235,139,127); }

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