#e0682e

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

Shades of Sorbus #E0682E

Tints of Sorbus #E0682E

Color information

#E0682E (or 0xE0682E) is unknown color: approx Sorbus. HEX triplet: E0, 68 and 2E. RGB value is (224,104,46). Sum of RGB (Red+Green+Blue) = 224+104+46=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E0682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0682E is #1F97D1. Grayscale: #858585. Windows color (decimal): -2070482 or 3041504. OLE color: 3041504.

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

Color convert

RGB22410446-
CMYK00.540.790.12
HSL19.55º74.17%52.94%-
HSV(B)19.55º79.46%87.84%-
XYZ36.1825.955.69-
YUV133.2778.76192.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.89%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 46 (18.36% from 255) = 12.30%
R=59.89%
G=27.81%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241044600.540.790.1219.5574.1752.94
HexE0682E0364FC144a35
Octal34015056066117142411265
Binary111000001101000101110011011010011111100101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0682e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0682e; }

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

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

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

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

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

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

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

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