Html Css Color HEX #EF704A Burnt Sienna

📋 copy color: '#EF704A'

red 239 ◦ green 112 ◦ blue 74

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

Shades of Burnt Sienna #EF704A

Tints of Burnt Sienna #EF704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 56.24%
G = 26.35%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF704A (or 0xEF704A) is known color: Burnt Sienna. HEX triplet: EF, 70 and 4A. RGB value is (239,112,74). Sum of RGB (Red+Green+Blue) = 239+112+74=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF704A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF704A is #108FB5. Grayscale: #919191. Windows color (decimal): -1085366 or 4878575. OLE color: 4878575.

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

Color convert

RGB 239 112 74 -
CMYK 0 0.53 0.69 0.06
HSL 13.82º 0.84% 0.61% -
HSV(B) 13.82º 0.69% 0.94% -
XYZ 42.63 30.43 10.11 -
YUV 145.64 87.58 194.59 -
System Red Green Blue C M Y K H S L
Decimal 239 112 74 0 0.53 0.69 0.06 13.82 0.84 0.61
Hex EF 70 4A 0 35 45 6 E 54 3D
Octal 357 160 112 0 65 105 6 16 124 75
Binary 11101111 1110000 1001010 0 110101 1000101 110 1110 1010100 111101

Color Harmonies of #EF704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF704A

Black with #EF704A

Text Example


Text Example

White with #EF704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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