Html Css Color HEX #E06132 Sorbus

📋 copy color: '#E06132'

red 224 ◦ green 97 ◦ blue 50

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

Shades of Sorbus #E06132

Tints of Sorbus #E06132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

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

R = 60.38%
G = 26.15%
B = 13.48%

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

#E06132 (or 0xE06132) is known color: Sorbus. HEX triplet: E0, 61 and 32. RGB value is (224,97,50). Sum of RGB (Red+Green+Blue) = 224+97+50=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E06132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06132 is #1F9ECD. Grayscale: #818181. Windows color (decimal): -2072270 or 3301856. OLE color: 3301856.

HSL color Cylindrical-coordinate representation of color #E06132: hue angle of 16.21º 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 #E06132 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 50 -
CMYK 0 0.57 0.78 0.12
HSL 16.21º 0.74% 0.54% -
HSV(B) 16.21º 0.78% 0.88% -
XYZ 35.59 24.63 5.9 -
YUV 129.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 224 97 50 0 0.57 0.78 0.12 16.21 0.74 0.54
Hex E0 61 32 0 39 4E C 10 4A 36
Octal 340 141 62 0 71 116 14 20 112 66
Binary 11100000 1100001 110010 0 111001 1001110 1100 10000 1001010 110110

Color Harmonies of #E06132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06132

Black with #E06132

Text Example


Text Example

White with #E06132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06132; }

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

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

background-color css

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

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

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

border-color css

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

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

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