#EE7248

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

Shades of Burnt Sienna #EE7248

Tints of Burnt Sienna #EE7248

Color information

#EE7248 (or 0xEE7248) is unknown color: approx Burnt Sienna. HEX triplet: EE, 72 and 48. RGB value is (238,114,72). Sum of RGB (Red+Green+Blue) = 238+114+72=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7248 is #118DB7. Grayscale: #929292. Windows color (decimal): -1150392 or 4748014. OLE color: 4748014.

HSL color Cylindrical-coordinate representation of color #EE7248: hue angle of 15.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE7248 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23811472-
CMYK00.520.700.07
HSL15.18º83%60.78%-
HSV(B)15.18º69.75%93.33%-
XYZ42.4530.689.82-
YUV146.2986.08193.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.13%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=56.13%
G=26.89%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381147200.520.700.0715.188360.78
HexEE7248034467f533d
Octal35616211006410671712375
Binary11101110111001010010000110100100011011111111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7248; }

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

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

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

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

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

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

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

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