Html Css Color HEX #E06834 Sorbus

📋 copy color: '#E06834'

red 224 ◦ green 104 ◦ blue 52

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

Shades of Sorbus #E06834

Tints of Sorbus #E06834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.37%

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

R = 58.95%
G = 27.37%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E06834 (or 0xE06834) is known color: Sorbus. HEX triplet: E0, 68 and 34. RGB value is (224,104,52). Sum of RGB (Red+Green+Blue) = 224+104+52=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E06834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06834 is #1F97CB. Grayscale: #868686. Windows color (decimal): -2070476 or 3434720. OLE color: 3434720.

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

Color convert

RGB 224 104 52 -
CMYK 0 0.54 0.77 0.12
HSL 18.14º 0.74% 0.54% -
HSV(B) 18.14º 0.77% 0.88% -
XYZ 36.31 26 6.35 -
YUV 133.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 224 104 52 0 0.54 0.77 0.12 18.14 0.74 0.54
Hex E0 68 34 0 36 4D C 12 4A 36
Octal 340 150 64 0 66 115 14 22 112 66
Binary 11100000 1101000 110100 0 110110 1001101 1100 10010 1001010 110110

Color Harmonies of #E06834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06834

Black with #E06834

Text Example


Text Example

White with #E06834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06834; }

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

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

background-color css

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

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

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

border-color css

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

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

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