Html Css Color HEX #EF5044 Sunset Orange

📋 copy color: '#EF5044'

red 239 ◦ green 80 ◦ blue 68

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

Shades of Sunset Orange #EF5044

Tints of Sunset Orange #EF5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 61.76%
G = 20.67%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF5044 (or 0xEF5044) is known color: Sunset Orange. HEX triplet: EF, 50 and 44. RGB value is (239,80,68). Sum of RGB (Red+Green+Blue) = 239+80+68=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5044 is #10AFBB. Grayscale: #7E7E7E. Windows color (decimal): -1093564 or 4477167. OLE color: 4477167.

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

Color convert

RGB 239 80 68 -
CMYK 0 0.67 0.72 0.06
HSL 4.21º 0.84% 0.6% -
HSV(B) 4.21º 0.72% 0.94% -
XYZ 39.51 24.51 8.12 -
YUV 126.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 239 80 68 0 0.67 0.72 0.06 4.21 0.84 0.6
Hex EF 50 44 0 43 48 6 4 54 3C
Octal 357 120 104 0 103 110 6 4 124 74
Binary 11101111 1010000 1000100 0 1000011 1001000 110 100 1010100 111100

Color Harmonies of #EF5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5044

Black with #EF5044

Text Example


Text Example

White with #EF5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5044; }

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

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

background-color css

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

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

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

border-color css

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

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

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