Html Css Color HEX #E06330 Sorbus

📋 copy color: '#E06330'

red 224 ◦ green 99 ◦ blue 48

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

Shades of Sorbus #E06330

Tints of Sorbus #E06330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 60.38%
G = 26.68%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E06330 (or 0xE06330) is known color: Sorbus. HEX triplet: E0, 63 and 30. RGB value is (224,99,48). Sum of RGB (Red+Green+Blue) = 224+99+48=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E06330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06330 is #1F9CCF. Grayscale: #828282. Windows color (decimal): -2071760 or 3171296. OLE color: 3171296.

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

Color convert

RGB 224 99 48 -
CMYK 0 0.56 0.79 0.12
HSL 17.39º 0.74% 0.53% -
HSV(B) 17.39º 0.79% 0.88% -
XYZ 35.74 24.98 5.74 -
YUV 130.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 224 99 48 0 0.56 0.79 0.12 17.39 0.74 0.53
Hex E0 63 30 0 38 4F C 11 4A 35
Octal 340 143 60 0 70 117 14 21 112 65
Binary 11100000 1100011 110000 0 111000 1001111 1100 10001 1001010 110101

Color Harmonies of #E06330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06330

Black with #E06330

Text Example


Text Example

White with #E06330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06330; }

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

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

background-color css

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

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

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

border-color css

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

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

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