#EF552B

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

Shades of Outrageous Orange #EF552B

Tints of Outrageous Orange #EF552B

Color information

#EF552B (or 0xEF552B) is unknown color: approx Outrageous Orange. HEX triplet: EF, 55 and 2B. RGB value is (239,85,43). Sum of RGB (Red+Green+Blue) = 239+85+43=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF552B is #10AAD4. Grayscale: #7E7E7E. Windows color (decimal): -1092309 or 2840047. OLE color: 2840047.

HSL color Cylindrical-coordinate representation of color #EF552B: hue angle of 12.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF552B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB2398543-
CMYK00.640.820.06
HSL12.86º85.96%55.29%-
HSV(B)12.86º82.01%93.73%-
XYZ39.2825.025.04-
YUV126.2681.02208.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.12%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=65.12%
G=23.16%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239854300.640.820.0612.8685.9655.29
HexEF552B040526d5637
Octal35712553010012261512667
Binary11101111101010110101101000000101001011011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF552B; }

 p { color: rgb(239,85,43); }

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

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

 a { background-color: rgb(239,85,43); }

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

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

 span { border-color: rgb(239,85,43); }

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