Html Css Color HEX #EF504D Sunset Orange

📋 copy color: '#EF504D'

red 239 ◦ green 80 ◦ blue 77

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

Shades of Sunset Orange #EF504D

Tints of Sunset Orange #EF504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 60.35%
G = 20.2%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF504D (or 0xEF504D) is known color: Sunset Orange. HEX triplet: EF, 50 and 4D. RGB value is (239,80,77). Sum of RGB (Red+Green+Blue) = 239+80+77=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF504D is #10AFB2. Grayscale: #7F7F7F. Windows color (decimal): -1093555 or 5066991. OLE color: 5066991.

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

Color convert

RGB 239 80 77 -
CMYK 0 0.67 0.68 0.06
HSL 1.11º 0.84% 0.62% -
HSV(B) 1.11º 0.68% 0.94% -
XYZ 39.8 24.62 9.68 -
YUV 127.2 99.68 207.74 -
System Red Green Blue C M Y K H S L
Decimal 239 80 77 0 0.67 0.68 0.06 1.11 0.84 0.62
Hex EF 50 4D 0 43 44 6 1 54 3E
Octal 357 120 115 0 103 104 6 1 124 76
Binary 11101111 1010000 1001101 0 1000011 1000100 110 1 1010100 111110

Color Harmonies of #EF504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF504D

Black with #EF504D

Text Example


Text Example

White with #EF504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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