Html Css Color HEX #EC704B Burnt Sienna

📋 copy color: '#EC704B'

red 236 ◦ green 112 ◦ blue 75

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

Shades of Burnt Sienna #EC704B

Tints of Burnt Sienna #EC704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 55.79%
G = 26.48%
B = 17.73%

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

#EC704B (or 0xEC704B) is known color: Burnt Sienna. HEX triplet: EC, 70 and 4B. RGB value is (236,112,75). Sum of RGB (Red+Green+Blue) = 236+112+75=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC704B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC704B is #138FB4. Grayscale: #919191. Windows color (decimal): -1281973 or 4944108. OLE color: 4944108.

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

Color convert

RGB 236 112 75 -
CMYK 0 0.53 0.68 0.07
HSL 13.79º 0.81% 0.61% -
HSV(B) 13.79º 0.68% 0.93% -
XYZ 41.66 29.93 10.24 -
YUV 144.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 236 112 75 0 0.53 0.68 0.07 13.79 0.81 0.61
Hex EC 70 4B 0 35 44 7 E 51 3D
Octal 354 160 113 0 65 104 7 16 121 75
Binary 11101100 1110000 1001011 0 110101 1000100 111 1110 1010001 111101

Color Harmonies of #EC704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC704B

Black with #EC704B

Text Example


Text Example

White with #EC704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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