Html Css Color HEX #EF7241 Jaffa

📋 copy color: '#EF7241'

red 239 ◦ green 114 ◦ blue 65

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

Shades of Jaffa #EF7241

Tints of Jaffa #EF7241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 57.18%
G = 27.27%
B = 15.55%

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

#EF7241 (or 0xEF7241) is known color: Jaffa. HEX triplet: EF, 72 and 41. RGB value is (239,114,65). Sum of RGB (Red+Green+Blue) = 239+114+65=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7241 is #108DBE. Grayscale: #929292. Windows color (decimal): -1084863 or 4289263. OLE color: 4289263.

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

Color convert

RGB 239 114 65 -
CMYK 0 0.52 0.73 0.06
HSL 16.9º 0.84% 0.6% -
HSV(B) 16.9º 0.73% 0.94% -
XYZ 42.57 30.77 8.7 -
YUV 145.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 239 114 65 0 0.52 0.73 0.06 16.9 0.84 0.6
Hex EF 72 41 0 34 49 6 11 54 3C
Octal 357 162 101 0 64 111 6 21 124 74
Binary 11101111 1110010 1000001 0 110100 1001001 110 10001 1010100 111100

Color Harmonies of #EF7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7241

Black with #EF7241

Text Example


Text Example

White with #EF7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7241; }

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

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

background-color css

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

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

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

border-color css

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

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

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