Html Css Color HEX #EF503C Sunset Orange

📋 copy color: '#EF503C'

red 239 ◦ green 80 ◦ blue 60

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

Shades of Sunset Orange #EF503C

Tints of Sunset Orange #EF503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 63.06%
G = 21.11%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF503C (or 0xEF503C) is known color: Sunset Orange. HEX triplet: EF, 50 and 3C. RGB value is (239,80,60). Sum of RGB (Red+Green+Blue) = 239+80+60=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF503C is #10AFC3. Grayscale: #7D7D7D. Windows color (decimal): -1093572 or 3952879. OLE color: 3952879.

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

Color convert

RGB 239 80 60 -
CMYK 0 0.67 0.75 0.06
HSL 6.7º 0.85% 0.59% -
HSV(B) 6.7º 0.75% 0.94% -
XYZ 39.28 24.41 6.92 -
YUV 125.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 239 80 60 0 0.67 0.75 0.06 6.7 0.85 0.59
Hex EF 50 3C 0 43 4B 6 7 55 3B
Octal 357 120 74 0 103 113 6 7 125 73
Binary 11101111 1010000 111100 0 1000011 1001011 110 111 1010101 111011

Color Harmonies of #EF503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF503C

Black with #EF503C

Text Example


Text Example

White with #EF503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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