#EB7248

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

Shades of Burnt Sienna #EB7248

Tints of Burnt Sienna #EB7248

Color information

#EB7248 (or 0xEB7248) is unknown color: approx Burnt Sienna. HEX triplet: EB, 72 and 48. RGB value is (235,114,72). Sum of RGB (Red+Green+Blue) = 235+114+72=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7248 is #148DB7. Grayscale: #919191. Windows color (decimal): -1347000 or 4748011. OLE color: 4748011.

HSL color Cylindrical-coordinate representation of color #EB7248: hue angle of 15.46º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB7248 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23511472-
CMYK00.510.690.08
HSL15.46º80.3%60.2%-
HSV(B)15.46º69.36%92.16%-
XYZ41.4530.169.77-
YUV145.3986.59191.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.82%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 72 (28.52% from 255) = 17.10%
R=55.82%
G=27.08%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351147200.510.690.0815.4680.360.2
HexEB7248033458f503c
Octal353162110063105101712074
Binary111010111110010100100001100111000101100011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7248; }

 p { color: rgb(235,114,72); }

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

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

 a { background-color: rgb(235,114,72); }

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

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

 span { border-color: rgb(235,114,72); }

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