Html Css Color HEX #EF7341 Jaffa

📋 copy color: '#EF7341'

red 239 ◦ green 115 ◦ blue 65

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

Shades of Jaffa #EF7341

Tints of Jaffa #EF7341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 57.04%
G = 27.45%
B = 15.51%

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

#EF7341 (or 0xEF7341) is known color: Jaffa. HEX triplet: EF, 73 and 41. RGB value is (239,115,65). Sum of RGB (Red+Green+Blue) = 239+115+65=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7341 is #108CBE. Grayscale: #929292. Windows color (decimal): -1084607 or 4289519. OLE color: 4289519.

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

Color convert

RGB 239 115 65 -
CMYK 0 0.52 0.73 0.06
HSL 17.24º 0.84% 0.6% -
HSV(B) 17.24º 0.73% 0.94% -
XYZ 42.68 30.99 8.73 -
YUV 146.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 239 115 65 0 0.52 0.73 0.06 17.24 0.84 0.6
Hex EF 73 41 0 34 49 6 11 54 3C
Octal 357 163 101 0 64 111 6 21 124 74
Binary 11101111 1110011 1000001 0 110100 1001001 110 10001 1010100 111100

Color Harmonies of #EF7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7341

Black with #EF7341

Text Example


Text Example

White with #EF7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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