Html Css Color HEX #E06240 Sorbus

📋 copy color: '#E06240'

red 224 ◦ green 98 ◦ blue 64

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

Shades of Sorbus #E06240

Tints of Sorbus #E06240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 58.03%
G = 25.39%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E06240 (or 0xE06240) is known color: Sorbus. HEX triplet: E0, 62 and 40. RGB value is (224,98,64). Sum of RGB (Red+Green+Blue) = 224+98+64=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E06240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06240 is #1F9DBF. Grayscale: #848484. Windows color (decimal): -2072000 or 4219616. OLE color: 4219616.

HSL color Cylindrical-coordinate representation of color #E06240: hue angle of 12.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E06240 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 64 -
CMYK 0 0.56 0.71 0.12
HSL 12.75º 0.72% 0.56% -
HSV(B) 12.75º 0.71% 0.88% -
XYZ 36.03 24.95 7.77 -
YUV 131.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 224 98 64 0 0.56 0.71 0.12 12.75 0.72 0.56
Hex E0 62 40 0 38 47 C D 48 38
Octal 340 142 100 0 70 107 14 15 110 70
Binary 11100000 1100010 1000000 0 111000 1000111 1100 1101 1001000 111000

Color Harmonies of #E06240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06240

Black with #E06240

Text Example


Text Example

White with #E06240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06240; }

 p { color: rgb(224,98,64); }

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

background-color css

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

 a { background-color: rgb(224,98,64); }

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

border-color css

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

 span { border-color: rgb(224,98,64); }

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