Html Css Color HEX #EF5428 Outrageous Orange

📋 copy color: '#EF5428'

red 239 ◦ green 84 ◦ blue 40

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

Shades of Outrageous Orange #EF5428

Tints of Outrageous Orange #EF5428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 65.84%
G = 23.14%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF5428 (or 0xEF5428) is known color: Outrageous Orange. HEX triplet: EF, 54 and 28. RGB value is (239,84,40). Sum of RGB (Red+Green+Blue) = 239+84+40=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5428 is #10ABD7. Grayscale: #7D7D7D. Windows color (decimal): -1092568 or 2643183. OLE color: 2643183.

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

Color convert

RGB 239 84 40 -
CMYK 0 0.65 0.83 0.06
HSL 13.27º 0.86% 0.55% -
HSV(B) 13.27º 0.83% 0.94% -
XYZ 39.15 24.84 4.74 -
YUV 125.33 79.85 209.08 -
System Red Green Blue C M Y K H S L
Decimal 239 84 40 0 0.65 0.83 0.06 13.27 0.86 0.55
Hex EF 54 28 0 41 53 6 D 56 37
Octal 357 124 50 0 101 123 6 15 126 67
Binary 11101111 1010100 101000 0 1000001 1010011 110 1101 1010110 110111

Color Harmonies of #EF5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5428

Black with #EF5428

Text Example


Text Example

White with #EF5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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