#E06B3D

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

Shades of Sorbus #E06B3D

Tints of Sorbus #E06B3D

Color information

#E06B3D (or 0xE06B3D) is unknown color: approx Sorbus. HEX triplet: E0, 6B and 3D. RGB value is (224,107,61). Sum of RGB (Red+Green+Blue) = 224+107+61=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06B3D is #1F94C2. Grayscale: #898989. Windows color (decimal): -2069699 or 4025312. OLE color: 4025312.

HSL color Cylindrical-coordinate representation of color #E06B3D: hue angle of 16.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E06B3D is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22410761-
CMYK00.520.730.12
HSL16.93º72.44%55.88%-
HSV(B)16.93º72.77%87.84%-
XYZ36.8426.77.63-
YUV136.7485.26190.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.14%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=57.14%
G=27.30%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241076100.520.730.1216.9372.4455.88
HexE06B3D03449C114838
Octal34015375064111142111070
Binary111000001101011111101011010010010011100100011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06B3D; }

 p { color: rgb(224,107,61); }

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

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

 a { background-color: rgb(224,107,61); }

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

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

 span { border-color: rgb(224,107,61); }

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