Html Css Color HEX #EF5320 Outrageous Orange

📋 copy color: '#EF5320'

red 239 ◦ green 83 ◦ blue 32

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

Shades of Outrageous Orange #EF5320

Tints of Outrageous Orange #EF5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

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

R = 67.51%
G = 23.45%
B = 9.04%

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

#EF5320 (or 0xEF5320) is known color: Outrageous Orange. HEX triplet: EF, 53 and 20. RGB value is (239,83,32). Sum of RGB (Red+Green+Blue) = 239+83+32=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5320 is #10ACDF. Grayscale: #7C7C7C. Windows color (decimal): -1092832 or 2118639. OLE color: 2118639.

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

Color convert

RGB 239 83 32 -
CMYK 0 0.65 0.87 0.06
HSL 14.78º 0.87% 0.53% -
HSV(B) 14.78º 0.87% 0.94% -
XYZ 38.95 24.64 4.07 -
YUV 123.83 76.18 210.15 -
System Red Green Blue C M Y K H S L
Decimal 239 83 32 0 0.65 0.87 0.06 14.78 0.87 0.53
Hex EF 53 20 0 41 57 6 F 57 35
Octal 357 123 40 0 101 127 6 17 127 65
Binary 11101111 1010011 100000 0 1000001 1010111 110 1111 1010111 110101

Color Harmonies of #EF5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5320

Black with #EF5320

Text Example


Text Example

White with #EF5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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