Html Css Color HEX #EF5049 Sunset Orange

📋 copy color: '#EF5049'

red 239 ◦ green 80 ◦ blue 73

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

Shades of Sunset Orange #EF5049

Tints of Sunset Orange #EF5049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.62%

R = 60.97%
G = 20.41%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF5049 (or 0xEF5049) is known color: Sunset Orange. HEX triplet: EF, 50 and 49. RGB value is (239,80,73). Sum of RGB (Red+Green+Blue) = 239+80+73=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5049 is #10AFB6. Grayscale: #7E7E7E. Windows color (decimal): -1093559 or 4804847. OLE color: 4804847.

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

Color convert

RGB 239 80 73 -
CMYK 0 0.67 0.69 0.06
HSL 2.53º 0.84% 0.61% -
HSV(B) 2.53º 0.69% 0.94% -
XYZ 39.67 24.57 8.95 -
YUV 126.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 239 80 73 0 0.67 0.69 0.06 2.53 0.84 0.61
Hex EF 50 49 0 43 45 6 3 54 3D
Octal 357 120 111 0 103 105 6 3 124 75
Binary 11101111 1010000 1001001 0 1000011 1000101 110 11 1010100 111101

Color Harmonies of #EF5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5049

Black with #EF5049

Text Example


Text Example

White with #EF5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5049; }

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

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

background-color css

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

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

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

border-color css

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

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

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