Html Css Color HEX #E07450 Burnt Sienna

📋 copy color: '#E07450'

red 224 ◦ green 116 ◦ blue 80

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

Shades of Burnt Sienna #E07450

Tints of Burnt Sienna #E07450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

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

R = 53.33%
G = 27.62%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E07450 (or 0xE07450) is known color: Burnt Sienna. HEX triplet: E0, 74 and 50. RGB value is (224,116,80). Sum of RGB (Red+Green+Blue) = 224+116+80=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E07450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07450 is #1F8BAF. Grayscale: #909090. Windows color (decimal): -2067376 or 5272800. OLE color: 5272800.

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

Color convert

RGB 224 116 80 -
CMYK 0 0.48 0.64 0.12
HSL 15º 0.7% 0.6% -
HSV(B) 15º 0.64% 0.88% -
XYZ 38.43 28.92 11.15 -
YUV 144.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 224 116 80 0 0.48 0.64 0.12 15 0.7 0.6
Hex E0 74 50 0 30 40 C F 46 3C
Octal 340 164 120 0 60 100 14 17 106 74
Binary 11100000 1110100 1010000 0 110000 1000000 1100 1111 1000110 111100

Color Harmonies of #E07450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07450

Black with #E07450

Text Example


Text Example

White with #E07450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07450; }

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

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

background-color css

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

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

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

border-color css

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

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

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