Html Css Color HEX #EF7540 Jaffa

📋 copy color: '#EF7540'

red 239 ◦ green 117 ◦ blue 64

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

Shades of Jaffa #EF7540

Tints of Jaffa #EF7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

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

R = 56.9%
G = 27.86%
B = 15.24%

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

#EF7540 (or 0xEF7540) is known color: Jaffa. HEX triplet: EF, 75 and 40. RGB value is (239,117,64). Sum of RGB (Red+Green+Blue) = 239+117+64=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7540 is #108ABF. Grayscale: #939393. Windows color (decimal): -1084096 or 4224495. OLE color: 4224495.

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

Color convert

RGB 239 117 64 -
CMYK 0 0.51 0.73 0.06
HSL 18.17º 0.85% 0.59% -
HSV(B) 18.17º 0.73% 0.94% -
XYZ 42.88 31.44 8.66 -
YUV 147.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 239 117 64 0 0.51 0.73 0.06 18.17 0.85 0.59
Hex EF 75 40 0 33 49 6 12 55 3B
Octal 357 165 100 0 63 111 6 22 125 73
Binary 11101111 1110101 1000000 0 110011 1001001 110 10010 1010101 111011

Color Harmonies of #EF7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7540

Black with #EF7540

Text Example


Text Example

White with #EF7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7540; }

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

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

background-color css

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

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

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

border-color css

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

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

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