Html Css Color HEX #E06134 Sorbus

📋 copy color: '#E06134'

red 224 ◦ green 97 ◦ blue 52

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

Shades of Sorbus #E06134

Tints of Sorbus #E06134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 60.05%
G = 26.01%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E06134 (or 0xE06134) is known color: Sorbus. HEX triplet: E0, 61 and 34. RGB value is (224,97,52). Sum of RGB (Red+Green+Blue) = 224+97+52=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E06134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06134 is #1F9ECB. Grayscale: #828282. Windows color (decimal): -2072268 or 3432928. OLE color: 3432928.

HSL color Cylindrical-coordinate representation of color #E06134: hue angle of 15.7º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E06134 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 52 -
CMYK 0 0.57 0.77 0.12
HSL 15.7º 0.74% 0.54% -
HSV(B) 15.7º 0.77% 0.88% -
XYZ 35.64 24.64 6.13 -
YUV 129.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 224 97 52 0 0.57 0.77 0.12 15.7 0.74 0.54
Hex E0 61 34 0 39 4D C 10 4A 36
Octal 340 141 64 0 71 115 14 20 112 66
Binary 11100000 1100001 110100 0 111001 1001101 1100 10000 1001010 110110

Color Harmonies of #E06134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06134

Black with #E06134

Text Example


Text Example

White with #E06134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06134; }

 p { color: rgb(224,97,52); }

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

background-color css

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

 a { background-color: rgb(224,97,52); }

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

border-color css

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

 span { border-color: rgb(224,97,52); }

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