#EF612A

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

Shades of Outrageous Orange #EF612A

Tints of Outrageous Orange #EF612A

Color information

#EF612A (or 0xEF612A) is unknown color: approx Outrageous Orange. HEX triplet: EF, 61 and 2A. RGB value is (239,97,42). Sum of RGB (Red+Green+Blue) = 239+97+42=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF612A is #109ED5. Grayscale: #858585. Windows color (decimal): -1089238 or 2777583. OLE color: 2777583.

HSL color Cylindrical-coordinate representation of color #EF612A: hue angle of 16.75º 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 #EF612A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB2399742-
CMYK00.590.820.06
HSL16.75º86.03%55.1%-
HSV(B)16.75º82.43%93.73%-
XYZ40.2927.075.29-
YUV133.1976.54203.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.23%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 42 (16.80% from 255) = 11.11%
R=63.23%
G=25.66%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239974200.590.820.0616.7586.0355.1
HexEF612A03B526115637
Octal3571415207312262112667
Binary11101111110000110101001110111010010110100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF612A; }

 p { color: rgb(239,97,42); }

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

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

 a { background-color: rgb(239,97,42); }

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

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

 span { border-color: rgb(239,97,42); }

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