Html Css Color HEX #EF504C Sunset Orange

📋 copy color: '#EF504C'

red 239 ◦ green 80 ◦ blue 76

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

Shades of Sunset Orange #EF504C

Tints of Sunset Orange #EF504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 60.51%
G = 20.25%
B = 19.24%

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

#EF504C (or 0xEF504C) is known color: Sunset Orange. HEX triplet: EF, 50 and 4C. RGB value is (239,80,76). Sum of RGB (Red+Green+Blue) = 239+80+76=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF504C is #10AFB3. Grayscale: #7F7F7F. Windows color (decimal): -1093556 or 5001455. OLE color: 5001455.

HSL color Cylindrical-coordinate representation of color #EF504C: hue angle of 1.47º 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 #EF504C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 76 -
CMYK 0 0.67 0.68 0.06
HSL 1.47º 0.84% 0.62% -
HSV(B) 1.47º 0.68% 0.94% -
XYZ 39.77 24.61 9.49 -
YUV 127.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 239 80 76 0 0.67 0.68 0.06 1.47 0.84 0.62
Hex EF 50 4C 0 43 44 6 1 54 3E
Octal 357 120 114 0 103 104 6 1 124 76
Binary 11101111 1010000 1001100 0 1000011 1000100 110 1 1010100 111110

Color Harmonies of #EF504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF504C

Black with #EF504C

Text Example


Text Example

White with #EF504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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