Html Css Color HEX #EF5429 Outrageous Orange

📋 copy color: '#EF5429'

red 239 ◦ green 84 ◦ blue 41

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

Shades of Outrageous Orange #EF5429

Tints of Outrageous Orange #EF5429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.26%

R = 65.66%
G = 23.08%
B = 11.26%

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

#EF5429 (or 0xEF5429) is known color: Outrageous Orange. HEX triplet: EF, 54 and 29. RGB value is (239,84,41). Sum of RGB (Red+Green+Blue) = 239+84+41=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5429 is #10ABD6. Grayscale: #7D7D7D. Windows color (decimal): -1092567 or 2708719. OLE color: 2708719.

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

Color convert

RGB 239 84 41 -
CMYK 0 0.65 0.83 0.06
HSL 13.03º 0.86% 0.55% -
HSV(B) 13.03º 0.83% 0.94% -
XYZ 39.17 24.85 4.83 -
YUV 125.44 80.35 209 -
System Red Green Blue C M Y K H S L
Decimal 239 84 41 0 0.65 0.83 0.06 13.03 0.86 0.55
Hex EF 54 29 0 41 53 6 D 56 37
Octal 357 124 51 0 101 123 6 15 126 67
Binary 11101111 1010100 101001 0 1000001 1010011 110 1101 1010110 110111

Color Harmonies of #EF5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5429

Black with #EF5429

Text Example


Text Example

White with #EF5429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5429; }

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

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

background-color css

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

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

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

border-color css

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

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

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