Html Css Color HEX #E06930 Sorbus

📋 copy color: '#E06930'

red 224 ◦ green 105 ◦ blue 48

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

Shades of Sorbus #E06930

Tints of Sorbus #E06930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 59.42%
G = 27.85%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E06930 (or 0xE06930) is known color: Sorbus. HEX triplet: E0, 69 and 30. RGB value is (224,105,48). Sum of RGB (Red+Green+Blue) = 224+105+48=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E06930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06930 is #1F96CF. Grayscale: #868686. Windows color (decimal): -2070224 or 3172832. OLE color: 3172832.

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

Color convert

RGB 224 105 48 -
CMYK 0 0.53 0.79 0.12
HSL 19.43º 0.74% 0.53% -
HSV(B) 19.43º 0.79% 0.88% -
XYZ 36.33 26.16 5.93 -
YUV 134.08 79.42 192.13 -
System Red Green Blue C M Y K H S L
Decimal 224 105 48 0 0.53 0.79 0.12 19.43 0.74 0.53
Hex E0 69 30 0 35 4F C 13 4A 35
Octal 340 151 60 0 65 117 14 23 112 65
Binary 11100000 1101001 110000 0 110101 1001111 1100 10011 1001010 110101

Color Harmonies of #E06930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06930

Black with #E06930

Text Example


Text Example

White with #E06930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06930; }

 p { color: rgb(224,105,48); }

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

background-color css

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

 a { background-color: rgb(224,105,48); }

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

border-color css

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

 span { border-color: rgb(224,105,48); }

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