Html Css Color HEX #EF5420 Outrageous Orange

📋 copy color: '#EF5420'

red 239 ◦ green 84 ◦ blue 32

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

Shades of Outrageous Orange #EF5420

Tints of Outrageous Orange #EF5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 67.32%
G = 23.66%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF5420 (or 0xEF5420) is known color: Outrageous Orange. HEX triplet: EF, 54 and 20. RGB value is (239,84,32). Sum of RGB (Red+Green+Blue) = 239+84+32=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5420 is #10ABDF. Grayscale: #7C7C7C. Windows color (decimal): -1092576 or 2118895. OLE color: 2118895.

HSL color Cylindrical-coordinate representation of color #EF5420: hue angle of 15.07º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF5420 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 84 32 -
CMYK 0 0.65 0.87 0.06
HSL 15.07º 0.87% 0.53% -
HSV(B) 15.07º 0.87% 0.94% -
XYZ 39.03 24.8 4.1 -
YUV 124.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 239 84 32 0 0.65 0.87 0.06 15.07 0.87 0.53
Hex EF 54 20 0 41 57 6 F 57 35
Octal 357 124 40 0 101 127 6 17 127 65
Binary 11101111 1010100 100000 0 1000001 1010111 110 1111 1010111 110101

Color Harmonies of #EF5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5420

Black with #EF5420

Text Example


Text Example

White with #EF5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5420; }

 p { color: rgb(239,84,32); }

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

background-color css

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

 a { background-color: rgb(239,84,32); }

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

border-color css

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

 span { border-color: rgb(239,84,32); }

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