Html Css Color HEX #EF5050 Sunset Orange

📋 copy color: '#EF5050'

red 239 ◦ green 80 ◦ blue 80

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

Shades of Sunset Orange #EF5050

Tints of Sunset Orange #EF5050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 59.9%
G = 20.05%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF5050 (or 0xEF5050) is known color: Sunset Orange. HEX triplet: EF, 50 and 50. RGB value is (239,80,80). Sum of RGB (Red+Green+Blue) = 239+80+80=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5050 is #10AFAF. Grayscale: #7F7F7F. Windows color (decimal): -1093552 or 5263599. OLE color: 5263599.

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

Color convert

RGB 239 80 80 -
CMYK 0 0.67 0.67 0.06
HSL 0.83% 0.63% -
HSV(B) 0.67% 0.94% -
XYZ 39.91 24.67 10.25 -
YUV 127.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 239 80 80 0 0.67 0.67 0.06 0 0.83 0.63
Hex EF 50 50 0 43 43 6 0 53 3F
Octal 357 120 120 0 103 103 6 0 123 77
Binary 11101111 1010000 1010000 0 1000011 1000011 110 0 1010011 111111

Color Harmonies of #EF5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5050

Black with #EF5050

Text Example


Text Example

White with #EF5050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5050; }

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

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

background-color css

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

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

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

border-color css

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

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

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