#EF5F28

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

Shades of Outrageous Orange #EF5F28

Tints of Outrageous Orange #EF5F28

Color information

#EF5F28 (or 0xEF5F28) is unknown color: approx Outrageous Orange. HEX triplet: EF, 5F and 28. RGB value is (239,95,40). Sum of RGB (Red+Green+Blue) = 239+95+40=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5F28 is #10A0D7. Grayscale: #848484. Windows color (decimal): -1089752 or 2645999. OLE color: 2645999.

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

Color convert

RGB2399540-
CMYK00.600.830.06
HSL16.58º86.15%54.71%-
HSV(B)16.58º83.26%93.73%-
XYZ40.0726.695.05-
YUV131.7976.21204.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.90%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 40 (16.02% from 255) = 10.70%
R=63.90%
G=25.40%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239954000.600.830.0616.5886.1554.71
HexEF5F2803C536115637
Octal3571375007412362112667
Binary11101111101111110100001111001010011110100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5F28; }

 p { color: rgb(239,95,40); }

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

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

 a { background-color: rgb(239,95,40); }

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

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

 span { border-color: rgb(239,95,40); }

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