Html Css Color HEX #EC7450 Burnt Sienna

📋 copy color: '#EC7450'

red 236 ◦ green 116 ◦ blue 80

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

Shades of Burnt Sienna #EC7450

Tints of Burnt Sienna #EC7450

RGB

 RED value IS 236 (92.58% from 255) = 54.63%

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

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

R = 54.63%
G = 26.85%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC7450 (or 0xEC7450) is known color: Burnt Sienna. HEX triplet: EC, 74 and 50. RGB value is (236,116,80). Sum of RGB (Red+Green+Blue) = 236+116+80=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7450 is #138BAF. Grayscale: #949494. Windows color (decimal): -1280944 or 5272812. OLE color: 5272812.

HSL color Cylindrical-coordinate representation of color #EC7450: hue angle of 13.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC7450 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 116 80 -
CMYK 0 0.51 0.66 0.07
HSL 13.85º 0.8% 0.62% -
HSV(B) 13.85º 0.66% 0.93% -
XYZ 42.29 30.9 11.33 -
YUV 147.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 236 116 80 0 0.51 0.66 0.07 13.85 0.8 0.62
Hex EC 74 50 0 33 42 7 E 50 3E
Octal 354 164 120 0 63 102 7 16 120 76
Binary 11101100 1110100 1010000 0 110011 1000010 111 1110 1010000 111110

Color Harmonies of #EC7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7450

Black with #EC7450

Text Example


Text Example

White with #EC7450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7450; }

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

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

background-color css

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

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

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

border-color css

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

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

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