Html Css Color HEX #EF5920 Outrageous Orange

📋 copy color: '#EF5920'

red 239 ◦ green 89 ◦ blue 32

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

Shades of Outrageous Orange #EF5920

Tints of Outrageous Orange #EF5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.72%

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

R = 66.39%
G = 24.72%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF5920 (or 0xEF5920) is known color: Outrageous Orange. HEX triplet: EF, 59 and 20. RGB value is (239,89,32). Sum of RGB (Red+Green+Blue) = 239+89+32=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5920 is #10A6DF. Grayscale: #7F7F7F. Windows color (decimal): -1091296 or 2120175. OLE color: 2120175.

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

Color convert

RGB 239 89 32 -
CMYK 0 0.63 0.87 0.06
HSL 16.52º 0.87% 0.53% -
HSV(B) 16.52º 0.87% 0.94% -
XYZ 39.43 25.6 4.23 -
YUV 127.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 239 89 32 0 0.63 0.87 0.06 16.52 0.87 0.53
Hex EF 59 20 0 3F 57 6 11 57 35
Octal 357 131 40 0 77 127 6 21 127 65
Binary 11101111 1011001 100000 0 111111 1010111 110 10001 1010111 110101

Color Harmonies of #EF5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5920

Black with #EF5920

Text Example


Text Example

White with #EF5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5920; }

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

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

background-color css

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

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

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

border-color css

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

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

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