Html Css Color HEX #EF7740 Jaffa

📋 copy color: '#EF7740'

red 239 ◦ green 119 ◦ blue 64

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

Shades of Jaffa #EF7740

Tints of Jaffa #EF7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

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

R = 56.64%
G = 28.2%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7740 (or 0xEF7740) is known color: Jaffa. HEX triplet: EF, 77 and 40. RGB value is (239,119,64). Sum of RGB (Red+Green+Blue) = 239+119+64=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7740 is #1088BF. Grayscale: #949494. Windows color (decimal): -1083584 or 4225007. OLE color: 4225007.

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

Color convert

RGB 239 119 64 -
CMYK 0 0.50 0.73 0.06
HSL 18.86º 0.85% 0.59% -
HSV(B) 18.86º 0.73% 0.94% -
XYZ 43.12 31.91 8.74 -
YUV 148.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 239 119 64 0 0.50 0.73 0.06 18.86 0.85 0.59
Hex EF 77 40 0 32 49 6 13 55 3B
Octal 357 167 100 0 62 111 6 23 125 73
Binary 11101111 1110111 1000000 0 110010 1001001 110 10011 1010101 111011

Color Harmonies of #EF7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7740

Black with #EF7740

Text Example


Text Example

White with #EF7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7740; }

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

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

background-color css

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

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

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

border-color css

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

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

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