Html Css Color HEX #E06231 Sorbus

📋 copy color: '#E06231'

red 224 ◦ green 98 ◦ blue 49

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

Shades of Sorbus #E06231

Tints of Sorbus #E06231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 60.38%
G = 26.42%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E06231 (or 0xE06231) is known color: Sorbus. HEX triplet: E0, 62 and 31. RGB value is (224,98,49). Sum of RGB (Red+Green+Blue) = 224+98+49=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E06231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06231 is #1F9DCE. Grayscale: #828282. Windows color (decimal): -2072015 or 3236576. OLE color: 3236576.

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

Color convert

RGB 224 98 49 -
CMYK 0 0.56 0.78 0.12
HSL 16.8º 0.74% 0.54% -
HSV(B) 16.8º 0.78% 0.88% -
XYZ 35.66 24.8 5.81 -
YUV 130.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 224 98 49 0 0.56 0.78 0.12 16.8 0.74 0.54
Hex E0 62 31 0 38 4E C 11 4A 36
Octal 340 142 61 0 70 116 14 21 112 66
Binary 11100000 1100010 110001 0 111000 1001110 1100 10001 1001010 110110

Color Harmonies of #E06231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06231

Black with #E06231

Text Example


Text Example

White with #E06231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06231; }

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

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

background-color css

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

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

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

border-color css

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

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

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