#EE7334

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

Shades of Burnt Orange #EE7334

Tints of Burnt Orange #EE7334

Color information

#EE7334 (or 0xEE7334) is unknown color: approx Burnt Orange. HEX triplet: EE, 73 and 34. RGB value is (238,115,52). Sum of RGB (Red+Green+Blue) = 238+115+52=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7334 is #118CCB. Grayscale: #909090. Windows color (decimal): -1150156 or 3437550. OLE color: 3437550.

HSL color Cylindrical-coordinate representation of color #EE7334: hue angle of 20.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE7334 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23811552-
CMYK00.520.780.07
HSL20.32º84.55%56.86%-
HSV(B)20.32º78.15%93.33%-
XYZ42.0130.696.96-
YUV144.5975.75194.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.77%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 52 (20.70% from 255) = 12.84%
R=58.77%
G=28.40%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381155200.520.780.0720.3284.5556.86
HexEE73340344E7145539
Octal3561636406411672412571
Binary11101110111001111010001101001001110111101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7334; }

 p { color: rgb(238,115,52); }

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

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

 a { background-color: rgb(238,115,52); }

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

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

 span { border-color: rgb(238,115,52); }

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