Html Css Color HEX #EC704C Burnt Sienna

📋 copy color: '#EC704C'

red 236 ◦ green 112 ◦ blue 76

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

Shades of Burnt Sienna #EC704C

Tints of Burnt Sienna #EC704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.42%

 BLUE value IS 76 (30.08% from 255) = 17.92%

R = 55.66%
G = 26.42%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC704C (or 0xEC704C) is known color: Burnt Sienna. HEX triplet: EC, 70 and 4C. RGB value is (236,112,76). Sum of RGB (Red+Green+Blue) = 236+112+76=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC704C is #138FB3. Grayscale: #919191. Windows color (decimal): -1281972 or 5009644. OLE color: 5009644.

HSL color Cylindrical-coordinate representation of color #EC704C: hue angle of 13.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC704C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 76 -
CMYK 0 0.53 0.68 0.07
HSL 13.5º 0.81% 0.61% -
HSV(B) 13.5º 0.68% 0.93% -
XYZ 41.69 29.94 10.42 -
YUV 144.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 236 112 76 0 0.53 0.68 0.07 13.5 0.81 0.61
Hex EC 70 4C 0 35 44 7 E 51 3D
Octal 354 160 114 0 65 104 7 16 121 75
Binary 11101100 1110000 1001100 0 110101 1000100 111 1110 1010001 111101

Color Harmonies of #EC704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC704C

Black with #EC704C

Text Example


Text Example

White with #EC704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC704C; }

 p { color: rgb(236,112,76); }

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

background-color css

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

 a { background-color: rgb(236,112,76); }

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

border-color css

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

 span { border-color: rgb(236,112,76); }

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