#e0685b

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

Shades of Roman #E0685B

Tints of Roman #E0685B

Color information

#E0685B (or 0xE0685B) is unknown color: approx Roman. HEX triplet: E0, 68 and 5B. RGB value is (224,104,91). Sum of RGB (Red+Green+Blue) = 224+104+91=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0685B is #1F97A4. Grayscale: #8A8A8A. Windows color (decimal): -2070437 or 5990624. OLE color: 5990624.

HSL color Cylindrical-coordinate representation of color #E0685B: hue angle of 5.86º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0685B is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22410491-
CMYK00.540.590.12
HSL5.86º68.21%61.76%-
HSV(B)5.86º59.38%87.84%-
XYZ37.5826.513.03-
YUV138.4101.26189.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.46%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 91 (35.94% from 255) = 21.72%
R=53.46%
G=24.82%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241049100.540.590.125.8668.2161.76
HexE0685B0363BC6443e
Octal3401501330667314610476
Binary1110000011010001011011011011011101111001101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0685b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0685b; }

 p { color: rgb(224,104,91); }

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

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

 a { background-color: rgb(224,104,91); }

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

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

 span { border-color: rgb(224,104,91); }

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