Html Css Color HEX #EF612A Outrageous Orange

📋 copy color: '#EF612A'

red 239 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #EF612A

Tints of Outrageous Orange #EF612A

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.8% from 255) = 11.11%

R = 63.23%
G = 25.66%
B = 11.11%

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

#EF612A (or 0xEF612A) is known color: 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

RGB 239 97 42 -
CMYK 0 0.59 0.82 0.06
HSL 16.75º 0.86% 0.55% -
HSV(B) 16.75º 0.82% 0.94% -
XYZ 40.29 27.07 5.29 -
YUV 133.19 76.54 203.47 -
System Red Green Blue C M Y K H S L
Decimal 239 97 42 0 0.59 0.82 0.06 16.75 0.86 0.55
Hex EF 61 2A 0 3B 52 6 11 56 37
Octal 357 141 52 0 73 122 6 21 126 67
Binary 11101111 1100001 101010 0 111011 1010010 110 10001 1010110 110111

Color Harmonies of #EF612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF612A

Black with #EF612A

Text Example


Text Example

White with #EF612A

Text Example


Text Example

HTML Codes & Css Web 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>