#ed7a4f

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

Shades of Burnt Sienna #ED7A4F

Tints of Burnt Sienna #ED7A4F

Color information

#ED7A4F (or 0xED7A4F) is unknown color: approx Burnt Sienna. HEX triplet: ED, 7A and 4F. RGB value is (237,122,79). Sum of RGB (Red+Green+Blue) = 237+122+79=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A4F is #1285B0. Grayscale: #979797. Windows color (decimal): -1213873 or 5208813. OLE color: 5208813.

HSL color Cylindrical-coordinate representation of color #ED7A4F: hue angle of 16.33º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED7A4F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23712279-
CMYK00.490.670.07
HSL16.33º81.44%61.96%-
HSV(B)16.33º66.67%92.94%-
XYZ43.332.4911.39-
YUV151.4887.1189-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.11%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=54.11%
G=27.85%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371227900.490.670.0716.3381.4461.96
HexED7A4F03143710513e
Octal35517211706110372012176
Binary111011011111010100111101100011000011111100001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7a4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7a4f; }

 p { color: rgb(237,122,79); }

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

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

 a { background-color: rgb(237,122,79); }

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

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

 span { border-color: rgb(237,122,79); }

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