Html Css Color HEX #EF5040 Sunset Orange

📋 copy color: '#EF5040'

red 239 ◦ green 80 ◦ blue 64

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

Shades of Sunset Orange #EF5040

Tints of Sunset Orange #EF5040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 62.4%
G = 20.89%
B = 16.71%

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

#EF5040 (or 0xEF5040) is known color: Sunset Orange. HEX triplet: EF, 50 and 40. RGB value is (239,80,64). Sum of RGB (Red+Green+Blue) = 239+80+64=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5040 is #10AFBF. Grayscale: #7D7D7D. Windows color (decimal): -1093568 or 4215023. OLE color: 4215023.

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

Color convert

RGB 239 80 64 -
CMYK 0 0.67 0.73 0.06
HSL 5.49º 0.85% 0.59% -
HSV(B) 5.49º 0.73% 0.94% -
XYZ 39.39 24.46 7.5 -
YUV 125.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 239 80 64 0 0.67 0.73 0.06 5.49 0.85 0.59
Hex EF 50 40 0 43 49 6 5 55 3B
Octal 357 120 100 0 103 111 6 5 125 73
Binary 11101111 1010000 1000000 0 1000011 1001001 110 101 1010101 111011

Color Harmonies of #EF5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5040

Black with #EF5040

Text Example


Text Example

White with #EF5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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