Html Css Color HEX #EB704D Burnt Sienna

📋 copy color: '#EB704D'

red 235 ◦ green 112 ◦ blue 77

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

Shades of Burnt Sienna #EB704D

Tints of Burnt Sienna #EB704D

RGB

 RED value IS 235 (92.19% from 255) = 55.42%

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

 BLUE value IS 77 (30.47% from 255) = 18.16%

R = 55.42%
G = 26.42%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB704D (or 0xEB704D) is known color: Burnt Sienna. HEX triplet: EB, 70 and 4D. RGB value is (235,112,77). Sum of RGB (Red+Green+Blue) = 235+112+77=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB704D is #148FB2. Grayscale: #919191. Windows color (decimal): -1347507 or 5075179. OLE color: 5075179.

HSL color Cylindrical-coordinate representation of color #EB704D: hue angle of 13.29º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB704D is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 112 77 -
CMYK 0 0.52 0.67 0.08
HSL 13.29º 0.8% 0.61% -
HSV(B) 13.29º 0.67% 0.92% -
XYZ 41.39 29.79 10.59 -
YUV 144.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 235 112 77 0 0.52 0.67 0.08 13.29 0.8 0.61
Hex EB 70 4D 0 34 43 8 D 50 3D
Octal 353 160 115 0 64 103 10 15 120 75
Binary 11101011 1110000 1001101 0 110100 1000011 1000 1101 1010000 111101

Color Harmonies of #EB704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB704D

Black with #EB704D

Text Example


Text Example

White with #EB704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB704D; }

 p { color: rgb(235,112,77); }

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

background-color css

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

 a { background-color: rgb(235,112,77); }

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

border-color css

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

 span { border-color: rgb(235,112,77); }

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