#E67240

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

Shades of Jaffa #E67240

Tints of Jaffa #E67240

Color information

#E67240 (or 0xE67240) is unknown color: approx Jaffa. HEX triplet: E6, 72 and 40. RGB value is (230,114,64). Sum of RGB (Red+Green+Blue) = 230+114+64=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E67240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67240 is #198DBF. Grayscale: #8F8F8F. Windows color (decimal): -1674688 or 4223718. OLE color: 4223718.

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

Color convert

RGB23011464-
CMYK00.500.720.10
HSL18.07º76.85%57.65%-
HSV(B)18.07º72.17%90.2%-
XYZ39.5829.238.41-
YUV142.9883.43190.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.37%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=56.37%
G=27.94%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301146400.500.720.1018.0776.8557.65
HexE6724003248A124d3a
Octal346162100062110122211572
Binary1110011011100101000000011001010010001010100101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67240; }

 p { color: rgb(230,114,64); }

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

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

 a { background-color: rgb(230,114,64); }

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

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

 span { border-color: rgb(230,114,64); }

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