#EE823A

Color #EE823A West Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Side #EE823A

Tints of West Side #EE823A

Color information

#EE823A (or 0xEE823A) is unknown color: approx West Side. HEX triplet: EE, 82 and 3A. RGB value is (238,130,58). Sum of RGB (Red+Green+Blue) = 238+130+58=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE823A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE823A is #117DC5. Grayscale: #9A9A9A. Windows color (decimal): -1146310 or 3834606. OLE color: 3834606.

HSL color Cylindrical-coordinate representation of color #EE823A: hue angle of 24º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE823A is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB23813058-
CMYK00.450.760.07
HSL24º84.11%58.04%-
HSV(B)24º75.63%93.33%-
XYZ44.0134.458.33-
YUV154.0873.78187.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.87%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 58 (23.05% from 255) = 13.62%
R=55.87%
G=30.52%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381305800.450.760.072484.1158.04
HexEE823A02D4C718543a
Octal3562027205511473012472
Binary111011101000001011101001011011001100111110001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE823A; }

 p { color: rgb(238,130,58); }

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

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

 a { background-color: rgb(238,130,58); }

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

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

 span { border-color: rgb(238,130,58); }

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