Html Css Color HEX #EF612C Outrageous Orange

📋 copy color: '#EF612C'

red 239 ◦ green 97 ◦ blue 44

#EF612C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outrageous Orange #EF612C

Tints of Outrageous Orange #EF612C

RGB

 RED value IS 239 (93.75% from 255) = 62.89%

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 62.89%
G = 25.53%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF612C (or 0xEF612C) is known color: Outrageous Orange. HEX triplet: EF, 61 and 2C. RGB value is (239,97,44). Sum of RGB (Red+Green+Blue) = 239+97+44=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF612C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF612C is #109ED3. Grayscale: #858585. Windows color (decimal): -1089236 or 2908655. OLE color: 2908655.

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

Color convert

RGB 239 97 44 -
CMYK 0 0.59 0.82 0.06
HSL 16.31º 0.86% 0.55% -
HSV(B) 16.31º 0.82% 0.94% -
XYZ 40.33 27.08 5.48 -
YUV 133.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 239 97 44 0 0.59 0.82 0.06 16.31 0.86 0.55
Hex EF 61 2C 0 3B 52 6 10 56 37
Octal 357 141 54 0 73 122 6 20 126 67
Binary 11101111 1100001 101100 0 111011 1010010 110 10000 1010110 110111

Color Harmonies of #EF612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF612C

Black with #EF612C

Text Example


Text Example

White with #EF612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF612C; }

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

 H1.HeaderClassName
 {
   color: #EF612C;
 }
 .AnyTagClassName
 {
   color: #EF612C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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