Html Css Color HEX #EF5521 Outrageous Orange

📋 copy color: '#EF5521'

red 239 ◦ green 85 ◦ blue 33

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

Shades of Outrageous Orange #EF5521

Tints of Outrageous Orange #EF5521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 66.95%
G = 23.81%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF5521 (or 0xEF5521) is known color: Outrageous Orange. HEX triplet: EF, 55 and 21. RGB value is (239,85,33). Sum of RGB (Red+Green+Blue) = 239+85+33=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5521 is #10AADE. Grayscale: #7D7D7D. Windows color (decimal): -1092319 or 2184687. OLE color: 2184687.

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

Color convert

RGB 239 85 33 -
CMYK 0 0.64 0.86 0.06
HSL 15.15º 0.87% 0.53% -
HSV(B) 15.15º 0.86% 0.94% -
XYZ 39.12 24.96 4.19 -
YUV 125.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 239 85 33 0 0.64 0.86 0.06 15.15 0.87 0.53
Hex EF 55 21 0 40 56 6 F 57 35
Octal 357 125 41 0 100 126 6 17 127 65
Binary 11101111 1010101 100001 0 1000000 1010110 110 1111 1010111 110101

Color Harmonies of #EF5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5521

Black with #EF5521

Text Example


Text Example

White with #EF5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5521; }

 p { color: rgb(239,85,33); }

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

background-color css

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

 a { background-color: rgb(239,85,33); }

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

border-color css

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

 span { border-color: rgb(239,85,33); }

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