#EB676B

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

Shades of Froly #EB676B

Tints of Froly #EB676B

Color information

#EB676B (or 0xEB676B) is unknown color: approx Froly. HEX triplet: EB, 67 and 6B. RGB value is (235,103,107). Sum of RGB (Red+Green+Blue) = 235+103+107=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB676B is #149894. Grayscale: #8F8F8F. Windows color (decimal): -1349781 or 7038955. OLE color: 7038955.

HSL color Cylindrical-coordinate representation of color #EB676B: hue angle of 358.18º 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 #EB676B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB235103107-
CMYK00.560.540.08
HSL358.18º76.74%66.27%-
HSV(B)358.18º56.17%92.16%-
XYZ41.7728.4217.2-
YUV142.92107.73193.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=52.81%
G=23.15%
B=24.04%

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
Decimal23510310700.560.540.08358.1876.7466.27
HexEB676B0383681664d42
Octal3531471530706610546115102
Binary11101011110011111010110111000110110100010110011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB676B; }

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

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

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

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

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

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

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

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