#EE692C

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

Shades of Burnt Orange #EE692C

Tints of Burnt Orange #EE692C

Color information

#EE692C (or 0xEE692C) is unknown color: approx Burnt Orange. HEX triplet: EE, 69 and 2C. RGB value is (238,105,44). Sum of RGB (Red+Green+Blue) = 238+105+44=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE692C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE692C is #1196D3. Grayscale: #8A8A8A. Windows color (decimal): -1152724 or 2910702. OLE color: 2910702.

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

Color convert

RGB23810544-
CMYK00.560.820.07
HSL18.87º85.09%55.29%-
HSV(B)18.87º81.51%93.33%-
XYZ40.7728.465.73-
YUV137.8175.06199.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 61.50%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 44 (17.58% from 255) = 11.37%
R=61.50%
G=27.13%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381054400.560.820.0718.8785.0955.29
HexEE692C038527135537
Octal3561515407012272312567
Binary11101110110100110110001110001010010111100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE692C; }

 p { color: rgb(238,105,44); }

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

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

 a { background-color: rgb(238,105,44); }

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

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

 span { border-color: rgb(238,105,44); }

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