#EF7541

Color #EF7541 Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #EF7541

Tints of Jaffa #EF7541

Color information

#EF7541 (or 0xEF7541) is unknown color: approx Jaffa. HEX triplet: EF, 75 and 41. RGB value is (239,117,65). Sum of RGB (Red+Green+Blue) = 239+117+65=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7541 is #108ABE. Grayscale: #939393. Windows color (decimal): -1084095 or 4290031. OLE color: 4290031.

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

Color convert

RGB23911765-
CMYK00.510.730.06
HSL17.93º84.47%59.61%-
HSV(B)17.93º72.8%93.73%-
XYZ42.9131.458.81-
YUV147.5581.42193.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.77%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 65 (25.78% from 255) = 15.44%
R=56.77%
G=27.79%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391176500.510.730.0617.9384.4759.61
HexEF754103349612543c
Octal35716510106311162212474
Binary111011111110101100000101100111001001110100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7541; }

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

 H1.HeaderClassName
 {
   color: #EF7541;
 }
 .AnyTagClassName
 {
   color: #EF7541;
 }
</style>
background-color css

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

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

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

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

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

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