Html Css Color HEX #EF7440 Jaffa

📋 copy color: '#EF7440'

red 239 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #EF7440

Tints of Jaffa #EF7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 57.04%
G = 27.68%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7440 (or 0xEF7440) is known color: Jaffa. HEX triplet: EF, 74 and 40. RGB value is (239,116,64). Sum of RGB (Red+Green+Blue) = 239+116+64=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7440 is #108BBF. Grayscale: #939393. Windows color (decimal): -1084352 or 4224239. OLE color: 4224239.

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

Color convert

RGB 239 116 64 -
CMYK 0 0.51 0.73 0.06
HSL 17.83º 0.85% 0.59% -
HSV(B) 17.83º 0.73% 0.94% -
XYZ 42.77 31.21 8.62 -
YUV 146.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 239 116 64 0 0.51 0.73 0.06 17.83 0.85 0.59
Hex EF 74 40 0 33 49 6 12 55 3B
Octal 357 164 100 0 63 111 6 22 125 73
Binary 11101111 1110100 1000000 0 110011 1001001 110 10010 1010101 111011

Color Harmonies of #EF7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7440

Black with #EF7440

Text Example


Text Example

White with #EF7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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