Html Css Color HEX #E06032 Sorbus

📋 copy color: '#E06032'

red 224 ◦ green 96 ◦ blue 50

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

Shades of Sorbus #E06032

Tints of Sorbus #E06032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 60.54%
G = 25.95%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E06032 (or 0xE06032) is known color: Sorbus. HEX triplet: E0, 60 and 32. RGB value is (224,96,50). Sum of RGB (Red+Green+Blue) = 224+96+50=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E06032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06032 is #1F9FCD. Grayscale: #818181. Windows color (decimal): -2072526 or 3301600. OLE color: 3301600.

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

Color convert

RGB 224 96 50 -
CMYK 0 0.57 0.78 0.12
HSL 15.86º 0.74% 0.54% -
HSV(B) 15.86º 0.78% 0.88% -
XYZ 35.5 24.44 5.86 -
YUV 129.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 224 96 50 0 0.57 0.78 0.12 15.86 0.74 0.54
Hex E0 60 32 0 39 4E C 10 4A 36
Octal 340 140 62 0 71 116 14 20 112 66
Binary 11100000 1100000 110010 0 111001 1001110 1100 10000 1001010 110110

Color Harmonies of #E06032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06032

Black with #E06032

Text Example


Text Example

White with #E06032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06032; }

 p { color: rgb(224,96,50); }

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

background-color css

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

 a { background-color: rgb(224,96,50); }

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

border-color css

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

 span { border-color: rgb(224,96,50); }

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