Html Css Color HEX #EF7840 Jaffa

📋 copy color: '#EF7840'

red 239 ◦ green 120 ◦ blue 64

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

Shades of Jaffa #EF7840

Tints of Jaffa #EF7840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.37%

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

R = 56.5%
G = 28.37%
B = 15.13%

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

#EF7840 (or 0xEF7840) is known color: Jaffa. HEX triplet: EF, 78 and 40. RGB value is (239,120,64). Sum of RGB (Red+Green+Blue) = 239+120+64=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7840 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7840 is #1087BF. Grayscale: #959595. Windows color (decimal): -1083328 or 4225263. OLE color: 4225263.

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

Color convert

RGB 239 120 64 -
CMYK 0 0.50 0.73 0.06
HSL 19.2º 0.85% 0.59% -
HSV(B) 19.2º 0.73% 0.94% -
XYZ 43.24 32.15 8.78 -
YUV 149.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 239 120 64 0 0.50 0.73 0.06 19.2 0.85 0.59
Hex EF 78 40 0 32 49 6 13 55 3B
Octal 357 170 100 0 62 111 6 23 125 73
Binary 11101111 1111000 1000000 0 110010 1001001 110 10011 1010101 111011

Color Harmonies of #EF7840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7840

Black with #EF7840

Text Example


Text Example

White with #EF7840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7840; }

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

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

background-color css

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

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

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

border-color css

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

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

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