Html Css Color HEX #EF5045 Sunset Orange

📋 copy color: '#EF5045'

red 239 ◦ green 80 ◦ blue 69

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

Shades of Sunset Orange #EF5045

Tints of Sunset Orange #EF5045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 61.6%
G = 20.62%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF5045 (or 0xEF5045) is known color: Sunset Orange. HEX triplet: EF, 50 and 45. RGB value is (239,80,69). Sum of RGB (Red+Green+Blue) = 239+80+69=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5045 is #10AFBA. Grayscale: #7E7E7E. Windows color (decimal): -1093563 or 4542703. OLE color: 4542703.

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

Color convert

RGB 239 80 69 -
CMYK 0 0.67 0.71 0.06
HSL 3.88º 0.84% 0.6% -
HSV(B) 3.88º 0.71% 0.94% -
XYZ 39.54 24.52 8.28 -
YUV 126.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 239 80 69 0 0.67 0.71 0.06 3.88 0.84 0.6
Hex EF 50 45 0 43 47 6 4 54 3C
Octal 357 120 105 0 103 107 6 4 124 74
Binary 11101111 1010000 1000101 0 1000011 1000111 110 100 1010100 111100

Color Harmonies of #EF5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5045

Black with #EF5045

Text Example


Text Example

White with #EF5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5045; }

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

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

background-color css

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

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

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

border-color css

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

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

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