Html Css Color HEX #E06A38 Sorbus

📋 copy color: '#E06A38'

red 224 ◦ green 106 ◦ blue 56

#E06A38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #E06A38

Tints of Sorbus #E06A38

RGB

 RED value IS 224 (87.89% from 255) = 58.03%

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 56 (22.27% from 255) = 14.51%

R = 58.03%
G = 27.46%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E06A38 (or 0xE06A38) is known color: Sorbus. HEX triplet: E0, 6A and 38. RGB value is (224,106,56). Sum of RGB (Red+Green+Blue) = 224+106+56=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A38 is #1F95C7. Grayscale: #878787. Windows color (decimal): -2069960 or 3697376. OLE color: 3697376.

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

Color convert

RGB 224 106 56 -
CMYK 0 0.53 0.75 0.12
HSL 17.86º 0.73% 0.55% -
HSV(B) 17.86º 0.75% 0.88% -
XYZ 36.61 26.44 6.92 -
YUV 135.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 224 106 56 0 0.53 0.75 0.12 17.86 0.73 0.55
Hex E0 6A 38 0 35 4B C 12 49 37
Octal 340 152 70 0 65 113 14 22 111 67
Binary 11100000 1101010 111000 0 110101 1001011 1100 10010 1001001 110111

Color Harmonies of #E06A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A38

Black with #E06A38

Text Example


Text Example

White with #E06A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A38; }

 p { color: rgb(224,106,56); }

 H1.HeaderClassName
 {
   color: #E06A38;
 }
 .AnyTagClassName
 {
   color: #E06A38;
 }
</style>

background-color css

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

 a { background-color: rgb(224,106,56); }

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

border-color css

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

 span { border-color: rgb(224,106,56); }

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