Html Css Color HEX #EF704F Burnt Sienna

📋 copy color: '#EF704F'

red 239 ◦ green 112 ◦ blue 79

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

Shades of Burnt Sienna #EF704F

Tints of Burnt Sienna #EF704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 55.58%
G = 26.05%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF704F (or 0xEF704F) is known color: Burnt Sienna. HEX triplet: EF, 70 and 4F. RGB value is (239,112,79). Sum of RGB (Red+Green+Blue) = 239+112+79=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF704F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF704F is #108FB0. Grayscale: #929292. Windows color (decimal): -1085361 or 5206255. OLE color: 5206255.

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

Color convert

RGB 239 112 79 -
CMYK 0 0.53 0.67 0.06
HSL 12.38º 0.83% 0.62% -
HSV(B) 12.38º 0.67% 0.94% -
XYZ 42.8 30.5 11.03 -
YUV 146.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 239 112 79 0 0.53 0.67 0.06 12.38 0.83 0.62
Hex EF 70 4F 0 35 43 6 C 53 3E
Octal 357 160 117 0 65 103 6 14 123 76
Binary 11101111 1110000 1001111 0 110101 1000011 110 1100 1010011 111110

Color Harmonies of #EF704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF704F

Black with #EF704F

Text Example


Text Example

White with #EF704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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