#EE5E35

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

Shades of Outrageous Orange #EE5E35

Tints of Outrageous Orange #EE5E35

Color information

#EE5E35 (or 0xEE5E35) is unknown color: approx Outrageous Orange. HEX triplet: EE, 5E and 35. RGB value is (238,94,53). Sum of RGB (Red+Green+Blue) = 238+94+53=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5E35 is #11A1CA. Grayscale: #848484. Windows color (decimal): -1155531 or 3497710. OLE color: 3497710.

HSL color Cylindrical-coordinate representation of color #EE5E35: hue angle of 13.3º degrees, saturation: 0.84, 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 #EE5E35 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB2389453-
CMYK00.610.780.07
HSL13.3º84.47%57.06%-
HSV(B)13.3º77.73%93.33%-
XYZ39.9126.446.37-
YUV132.3883.21203.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 61.82%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 53 (21.09% from 255) = 13.77%
R=61.82%
G=24.42%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238945300.610.780.0713.384.4757.06
HexEE5E3503D4E7d5439
Octal3561366507511671512471
Binary1110111010111101101010111101100111011111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5E35; }

 p { color: rgb(238,94,53); }

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

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

 a { background-color: rgb(238,94,53); }

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

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

 span { border-color: rgb(238,94,53); }

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