Html Css Color HEX #E07350 Burnt Sienna

📋 copy color: '#E07350'

red 224 ◦ green 115 ◦ blue 80

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

Shades of Burnt Sienna #E07350

Tints of Burnt Sienna #E07350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.45%

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 53.46%
G = 27.45%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E07350 (or 0xE07350) is known color: Burnt Sienna. HEX triplet: E0, 73 and 50. RGB value is (224,115,80). Sum of RGB (Red+Green+Blue) = 224+115+80=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E07350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07350 is #1F8CAF. Grayscale: #8F8F8F. Windows color (decimal): -2067632 or 5272544. OLE color: 5272544.

HSL color Cylindrical-coordinate representation of color #E07350: hue angle of 14.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E07350 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 80 -
CMYK 0 0.49 0.64 0.12
HSL 14.58º 0.7% 0.6% -
HSV(B) 14.58º 0.64% 0.88% -
XYZ 38.32 28.69 11.11 -
YUV 143.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 224 115 80 0 0.49 0.64 0.12 14.58 0.7 0.6
Hex E0 73 50 0 31 40 C F 46 3C
Octal 340 163 120 0 61 100 14 17 106 74
Binary 11100000 1110011 1010000 0 110001 1000000 1100 1111 1000110 111100

Color Harmonies of #E07350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07350

Black with #E07350

Text Example


Text Example

White with #E07350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07350; }

 p { color: rgb(224,115,80); }

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

background-color css

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

 a { background-color: rgb(224,115,80); }

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

border-color css

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

 span { border-color: rgb(224,115,80); }

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