Html Css Color HEX #EF7640 Jaffa

📋 copy color: '#EF7640'

red 239 ◦ green 118 ◦ blue 64

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

Shades of Jaffa #EF7640

Tints of Jaffa #EF7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

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

R = 56.77%
G = 28.03%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF7640 (or 0xEF7640) is known color: Jaffa. HEX triplet: EF, 76 and 40. RGB value is (239,118,64). Sum of RGB (Red+Green+Blue) = 239+118+64=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7640 is #1089BF. Grayscale: #949494. Windows color (decimal): -1083840 or 4224751. OLE color: 4224751.

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

Color convert

RGB 239 118 64 -
CMYK 0 0.51 0.73 0.06
HSL 18.51º 0.85% 0.59% -
HSV(B) 18.51º 0.73% 0.94% -
XYZ 43 31.68 8.7 -
YUV 148.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 239 118 64 0 0.51 0.73 0.06 18.51 0.85 0.59
Hex EF 76 40 0 33 49 6 13 55 3B
Octal 357 166 100 0 63 111 6 23 125 73
Binary 11101111 1110110 1000000 0 110011 1001001 110 10011 1010101 111011

Color Harmonies of #EF7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7640

Black with #EF7640

Text Example


Text Example

White with #EF7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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