#E66E43

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

Shades of Jaffa #E66E43

Tints of Jaffa #E66E43

Color information

#E66E43 (or 0xE66E43) is unknown color: approx Jaffa. HEX triplet: E6, 6E and 43. RGB value is (230,110,67). Sum of RGB (Red+Green+Blue) = 230+110+67=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66E43 is #1991BC. Grayscale: #8D8D8D. Windows color (decimal): -1675709 or 4419302. OLE color: 4419302.

HSL color Cylindrical-coordinate representation of color #E66E43: hue angle of 15.83º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E66E43 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB23011067-
CMYK00.520.710.10
HSL15.83º76.53%58.24%-
HSV(B)15.83º70.87%90.2%-
XYZ39.2228.388.72-
YUV140.9886.26191.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.51%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=56.51%
G=27.03%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301106700.520.710.1015.8376.5358.24
HexE66E4303447A104d3a
Octal346156103064107122011572
Binary1110011011011101000011011010010001111010100001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66E43; }

 p { color: rgb(230,110,67); }

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

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

 a { background-color: rgb(230,110,67); }

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

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

 span { border-color: rgb(230,110,67); }

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