Html Css Color HEX #EF704D Burnt Sienna

📋 copy color: '#EF704D'

red 239 ◦ green 112 ◦ blue 77

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

Shades of Burnt Sienna #EF704D

Tints of Burnt Sienna #EF704D

RGB

 RED value IS 239 (93.75% from 255) = 55.84%

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

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

R = 55.84%
G = 26.17%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF704D (or 0xEF704D) is known color: Burnt Sienna. HEX triplet: EF, 70 and 4D. RGB value is (239,112,77). Sum of RGB (Red+Green+Blue) = 239+112+77=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF704D is #108FB2. Grayscale: #929292. Windows color (decimal): -1085363 or 5075183. OLE color: 5075183.

HSL color Cylindrical-coordinate representation of color #EF704D: hue angle of 12.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF704D is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 77 -
CMYK 0 0.53 0.68 0.06
HSL 12.96º 0.84% 0.62% -
HSV(B) 12.96º 0.68% 0.94% -
XYZ 42.73 30.47 10.65 -
YUV 145.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 239 112 77 0 0.53 0.68 0.06 12.96 0.84 0.62
Hex EF 70 4D 0 35 44 6 D 54 3E
Octal 357 160 115 0 65 104 6 15 124 76
Binary 11101111 1110000 1001101 0 110101 1000100 110 1101 1010100 111110

Color Harmonies of #EF704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF704D

Black with #EF704D

Text Example


Text Example

White with #EF704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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