Html Css Color HEX #EF7340 Jaffa

📋 copy color: '#EF7340'

red 239 ◦ green 115 ◦ blue 64

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

Shades of Jaffa #EF7340

Tints of Jaffa #EF7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 57.18%
G = 27.51%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7340 (or 0xEF7340) is known color: Jaffa. HEX triplet: EF, 73 and 40. RGB value is (239,115,64). Sum of RGB (Red+Green+Blue) = 239+115+64=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7340 is #108CBF. Grayscale: #929292. Windows color (decimal): -1084608 or 4223983. OLE color: 4223983.

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

Color convert

RGB 239 115 64 -
CMYK 0 0.52 0.73 0.06
HSL 17.49º 0.85% 0.59% -
HSV(B) 17.49º 0.73% 0.94% -
XYZ 42.65 30.98 8.58 -
YUV 146.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 239 115 64 0 0.52 0.73 0.06 17.49 0.85 0.59
Hex EF 73 40 0 34 49 6 11 55 3B
Octal 357 163 100 0 64 111 6 21 125 73
Binary 11101111 1110011 1000000 0 110100 1001001 110 10001 1010101 111011

Color Harmonies of #EF7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7340

Black with #EF7340

Text Example


Text Example

White with #EF7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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