#ee7042

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

Shades of Jaffa #EE7042

Tints of Jaffa #EE7042

Color information

#EE7042 (or 0xEE7042) is unknown color: approx Jaffa. HEX triplet: EE, 70 and 42. RGB value is (238,112,66). Sum of RGB (Red+Green+Blue) = 238+112+66=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7042 is #118FBD. Grayscale: #909090. Windows color (decimal): -1150910 or 4354286. OLE color: 4354286.

HSL color Cylindrical-coordinate representation of color #EE7042: hue angle of 16.05º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE7042 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23811266-
CMYK00.530.720.07
HSL16.05º83.5%59.61%-
HSV(B)16.05º72.27%93.33%-
XYZ42.0430.168.76-
YUV144.4383.74194.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.21%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 66 (26.17% from 255) = 15.87%
R=57.21%
G=26.92%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381126600.530.720.0716.0583.559.61
HexEE704203548710533c
Octal35616010206511072012374
Binary111011101110000100001001101011001000111100001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee7042; }

 p { color: rgb(238,112,66); }

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

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

 a { background-color: rgb(238,112,66); }

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

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

 span { border-color: rgb(238,112,66); }

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