Html Css Color HEX #EF503D Sunset Orange

📋 copy color: '#EF503D'

red 239 ◦ green 80 ◦ blue 61

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

Shades of Sunset Orange #EF503D

Tints of Sunset Orange #EF503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 62.89%
G = 21.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF503D (or 0xEF503D) is known color: Sunset Orange. HEX triplet: EF, 50 and 3D. RGB value is (239,80,61). Sum of RGB (Red+Green+Blue) = 239+80+61=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF503D is #10AFC2. Grayscale: #7D7D7D. Windows color (decimal): -1093571 or 4018415. OLE color: 4018415.

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

Color convert

RGB 239 80 61 -
CMYK 0 0.67 0.74 0.06
HSL 6.4º 0.85% 0.59% -
HSV(B) 6.4º 0.74% 0.94% -
XYZ 39.31 24.42 7.06 -
YUV 125.38 91.68 209.04 -
System Red Green Blue C M Y K H S L
Decimal 239 80 61 0 0.67 0.74 0.06 6.4 0.85 0.59
Hex EF 50 3D 0 43 4A 6 6 55 3B
Octal 357 120 75 0 103 112 6 6 125 73
Binary 11101111 1010000 111101 0 1000011 1001010 110 110 1010101 111011

Color Harmonies of #EF503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF503D

Black with #EF503D

Text Example


Text Example

White with #EF503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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