Html Css Color HEX #EF5340 Sunset Orange

📋 copy color: '#EF5340'

red 239 ◦ green 83 ◦ blue 64

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

Shades of Sunset Orange #EF5340

Tints of Sunset Orange #EF5340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 61.92%
G = 21.5%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF5340 (or 0xEF5340) is known color: Sunset Orange. HEX triplet: EF, 53 and 40. RGB value is (239,83,64). Sum of RGB (Red+Green+Blue) = 239+83+64=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5340 is #10ACBF. Grayscale: #7F7F7F. Windows color (decimal): -1092800 or 4215791. OLE color: 4215791.

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

Color convert

RGB 239 83 64 -
CMYK 0 0.65 0.73 0.06
HSL 6.51º 0.85% 0.59% -
HSV(B) 6.51º 0.73% 0.94% -
XYZ 39.62 24.91 7.57 -
YUV 127.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 239 83 64 0 0.65 0.73 0.06 6.51 0.85 0.59
Hex EF 53 40 0 41 49 6 7 55 3B
Octal 357 123 100 0 101 111 6 7 125 73
Binary 11101111 1010011 1000000 0 1000001 1001001 110 111 1010101 111011

Color Harmonies of #EF5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5340

Black with #EF5340

Text Example


Text Example

White with #EF5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5340; }

 p { color: rgb(239,83,64); }

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

background-color css

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

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

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

border-color css

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

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

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