Html Css Color HEX #EF5041 Sunset Orange

📋 copy color: '#EF5041'

red 239 ◦ green 80 ◦ blue 65

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

Shades of Sunset Orange #EF5041

Tints of Sunset Orange #EF5041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 62.24%
G = 20.83%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF5041 (or 0xEF5041) is known color: Sunset Orange. HEX triplet: EF, 50 and 41. RGB value is (239,80,65). Sum of RGB (Red+Green+Blue) = 239+80+65=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5041 is #10AFBE. Grayscale: #7E7E7E. Windows color (decimal): -1093567 or 4280559. OLE color: 4280559.

HSL color Cylindrical-coordinate representation of color #EF5041: hue angle of 5.17º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF5041 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 65 -
CMYK 0 0.67 0.73 0.06
HSL 5.17º 0.84% 0.6% -
HSV(B) 5.17º 0.73% 0.94% -
XYZ 39.42 24.47 7.65 -
YUV 125.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 239 80 65 0 0.67 0.73 0.06 5.17 0.84 0.6
Hex EF 50 41 0 43 49 6 5 54 3C
Octal 357 120 101 0 103 111 6 5 124 74
Binary 11101111 1010000 1000001 0 1000011 1001001 110 101 1010100 111100

Color Harmonies of #EF5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5041

Black with #EF5041

Text Example


Text Example

White with #EF5041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5041; }

 p { color: rgb(239,80,65); }

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

background-color css

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

 a { background-color: rgb(239,80,65); }

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

border-color css

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

 span { border-color: rgb(239,80,65); }

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