Html Css Color HEX #EF602A Outrageous Orange

📋 copy color: '#EF602A'

red 239 ◦ green 96 ◦ blue 42

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

Shades of Outrageous Orange #EF602A

Tints of Outrageous Orange #EF602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 63.4%
G = 25.46%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF602A (or 0xEF602A) is known color: Outrageous Orange. HEX triplet: EF, 60 and 2A. RGB value is (239,96,42). Sum of RGB (Red+Green+Blue) = 239+96+42=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF602A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF602A is #109FD5. Grayscale: #848484. Windows color (decimal): -1089494 or 2777327. OLE color: 2777327.

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

Color convert

RGB 239 96 42 -
CMYK 0 0.60 0.82 0.06
HSL 16.45º 0.86% 0.55% -
HSV(B) 16.45º 0.82% 0.94% -
XYZ 40.2 26.88 5.26 -
YUV 132.6 76.88 203.89 -
System Red Green Blue C M Y K H S L
Decimal 239 96 42 0 0.60 0.82 0.06 16.45 0.86 0.55
Hex EF 60 2A 0 3C 52 6 10 56 37
Octal 357 140 52 0 74 122 6 20 126 67
Binary 11101111 1100000 101010 0 111100 1010010 110 10000 1010110 110111

Color Harmonies of #EF602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF602A

Black with #EF602A

Text Example


Text Example

White with #EF602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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