Html Css Color HEX #E06430 Sorbus

📋 copy color: '#E06430'

red 224 ◦ green 100 ◦ blue 48

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

Shades of Sorbus #E06430

Tints of Sorbus #E06430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 60.22%
G = 26.88%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E06430 (or 0xE06430) is known color: Sorbus. HEX triplet: E0, 64 and 30. RGB value is (224,100,48). Sum of RGB (Red+Green+Blue) = 224+100+48=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E06430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06430 is #1F9BCF. Grayscale: #838383. Windows color (decimal): -2071504 or 3171552. OLE color: 3171552.

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

Color convert

RGB 224 100 48 -
CMYK 0 0.55 0.79 0.12
HSL 17.73º 0.74% 0.53% -
HSV(B) 17.73º 0.79% 0.88% -
XYZ 35.83 25.18 5.77 -
YUV 131.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 224 100 48 0 0.55 0.79 0.12 17.73 0.74 0.53
Hex E0 64 30 0 37 4F C 12 4A 35
Octal 340 144 60 0 67 117 14 22 112 65
Binary 11100000 1100100 110000 0 110111 1001111 1100 10010 1001010 110101

Color Harmonies of #E06430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06430

Black with #E06430

Text Example


Text Example

White with #E06430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06430; }

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

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

background-color css

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

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

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

border-color css

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

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

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