Html Css Color HEX #EF7050 Burnt Sienna

📋 copy color: '#EF7050'

red 239 ◦ green 112 ◦ blue 80

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

Shades of Burnt Sienna #EF7050

Tints of Burnt Sienna #EF7050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 55.45%
G = 25.99%
B = 18.56%

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

#EF7050 (or 0xEF7050) is known color: Burnt Sienna. HEX triplet: EF, 70 and 50. RGB value is (239,112,80). Sum of RGB (Red+Green+Blue) = 239+112+80=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7050 is #108FAF. Grayscale: #929292. Windows color (decimal): -1085360 or 5271791. OLE color: 5271791.

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

Color convert

RGB 239 112 80 -
CMYK 0 0.53 0.67 0.06
HSL 12.08º 0.83% 0.63% -
HSV(B) 12.08º 0.67% 0.94% -
XYZ 42.84 30.52 11.22 -
YUV 146.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 239 112 80 0 0.53 0.67 0.06 12.08 0.83 0.63
Hex EF 70 50 0 35 43 6 C 53 3F
Octal 357 160 120 0 65 103 6 14 123 77
Binary 11101111 1110000 1010000 0 110101 1000011 110 1100 1010011 111111

Color Harmonies of #EF7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7050

Black with #EF7050

Text Example


Text Example

White with #EF7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7050; }

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

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

background-color css

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

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

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

border-color css

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

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

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