Html Css Color HEX #EC7D50 Burnt Sienna

📋 copy color: '#EC7D50'

red 236 ◦ green 125 ◦ blue 80

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

Shades of Burnt Sienna #EC7D50

Tints of Burnt Sienna #EC7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

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

R = 53.51%
G = 28.34%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC7D50 (or 0xEC7D50) is known color: Burnt Sienna. HEX triplet: EC, 7D and 50. RGB value is (236,125,80). Sum of RGB (Red+Green+Blue) = 236+125+80=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D50 is #1382AF. Grayscale: #999999. Windows color (decimal): -1278640 or 5275116. OLE color: 5275116.

HSL color Cylindrical-coordinate representation of color #EC7D50: hue angle of 17.31º 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 #EC7D50 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 80 -
CMYK 0 0.47 0.66 0.07
HSL 17.31º 0.8% 0.62% -
HSV(B) 17.31º 0.66% 0.93% -
XYZ 43.37 33.08 11.69 -
YUV 153.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 236 125 80 0 0.47 0.66 0.07 17.31 0.8 0.62
Hex EC 7D 50 0 2F 42 7 11 50 3E
Octal 354 175 120 0 57 102 7 21 120 76
Binary 11101100 1111101 1010000 0 101111 1000010 111 10001 1010000 111110

Color Harmonies of #EC7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D50

Black with #EC7D50

Text Example


Text Example

White with #EC7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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