#EF7A50

Color #EF7A50 Burnt Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Sienna #EF7A50

Tints of Burnt Sienna #EF7A50

Color information

#EF7A50 (or 0xEF7A50) is unknown color: approx Burnt Sienna. HEX triplet: EF, 7A and 50. RGB value is (239,122,80). Sum of RGB (Red+Green+Blue) = 239+122+80=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A50 is #1085AF. Grayscale: #989898. Windows color (decimal): -1082800 or 5274351. OLE color: 5274351.

HSL color Cylindrical-coordinate representation of color #EF7A50: hue angle of 15.85º 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 #EF7A50 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB23912280-
CMYK00.490.670.06
HSL15.85º83.25%62.55%-
HSV(B)15.85º66.53%93.73%-
XYZ4432.8511.61-
YUV152.287.26189.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.20%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=54.20%
G=27.66%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391228000.490.670.0615.8583.2562.55
HexEF7A5003143610533f
Octal35717212006110362012377
Binary111011111111010101000001100011000011110100001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A50; }

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

 H1.HeaderClassName
 {
   color: #EF7A50;
 }
 .AnyTagClassName
 {
   color: #EF7A50;
 }
</style>
background-color css

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

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

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

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

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

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