#E07E43

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

Shades of Jaffa #E07E43

Tints of Jaffa #E07E43

Color information

#E07E43 (or 0xE07E43) is unknown color: approx Jaffa. HEX triplet: E0, 7E and 43. RGB value is (224,126,67). Sum of RGB (Red+Green+Blue) = 224+126+67=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07E43 is #1F81BC. Grayscale: #949494. Windows color (decimal): -2064829 or 4423392. OLE color: 4423392.

HSL color Cylindrical-coordinate representation of color #E07E43: hue angle of 22.55º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E07E43 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB22412667-
CMYK00.440.700.12
HSL22.55º71.69%57.06%-
HSV(B)22.55º70.09%87.84%-
XYZ39.2131.179.26-
YUV148.5881.97181.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.72%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=53.72%
G=30.22%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241266700.440.700.1222.5571.6957.06
HexE07E4302C46C174839
Octal340176103054106142711071
Binary1110000011111101000011010110010001101100101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07E43; }

 p { color: rgb(224,126,67); }

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

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

 a { background-color: rgb(224,126,67); }

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

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

 span { border-color: rgb(224,126,67); }

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