#EB676D

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

Shades of Froly #EB676D

Tints of Froly #EB676D

Color information

#EB676D (or 0xEB676D) is unknown color: approx Froly. HEX triplet: EB, 67 and 6D. RGB value is (235,103,109). Sum of RGB (Red+Green+Blue) = 235+103+109=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB676D is #149892. Grayscale: #8F8F8F. Windows color (decimal): -1349779 or 7170027. OLE color: 7170027.

HSL color Cylindrical-coordinate representation of color #EB676D: hue angle of 357.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB676D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB235103109-
CMYK00.560.540.08
HSL357.27º76.74%66.27%-
HSV(B)357.27º56.17%92.16%-
XYZ41.8728.4717.76-
YUV143.15108.73193.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=52.57%
G=23.04%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510310900.560.540.08357.2776.7466.27
HexEB676D0383681654d42
Octal3531471550706610545115102
Binary11101011110011111011010111000110110100010110010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB676D; }

 p { color: rgb(235,103,109); }

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

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

 a { background-color: rgb(235,103,109); }

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

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

 span { border-color: rgb(235,103,109); }

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