Html Css Color HEX #EF5E28 Outrageous Orange

📋 copy color: '#EF5E28'

red 239 ◦ green 94 ◦ blue 40

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

Shades of Outrageous Orange #EF5E28

Tints of Outrageous Orange #EF5E28

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

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

R = 64.08%
G = 25.2%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF5E28 (or 0xEF5E28) is known color: Outrageous Orange. HEX triplet: EF, 5E and 28. RGB value is (239,94,40). Sum of RGB (Red+Green+Blue) = 239+94+40=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E28 is #10A1D7. Grayscale: #838383. Windows color (decimal): -1090008 or 2645743. OLE color: 2645743.

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

Color convert

RGB 239 94 40 -
CMYK 0 0.61 0.83 0.06
HSL 16.28º 0.86% 0.55% -
HSV(B) 16.28º 0.83% 0.94% -
XYZ 39.98 26.51 5.02 -
YUV 131.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 239 94 40 0 0.61 0.83 0.06 16.28 0.86 0.55
Hex EF 5E 28 0 3D 53 6 10 56 37
Octal 357 136 50 0 75 123 6 20 126 67
Binary 11101111 1011110 101000 0 111101 1010011 110 10000 1010110 110111

Color Harmonies of #EF5E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E28

Black with #EF5E28

Text Example


Text Example

White with #EF5E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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