#E97045

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

Shades of Jaffa #E97045

Tints of Jaffa #E97045

Color information

#E97045 (or 0xE97045) is unknown color: approx Jaffa. HEX triplet: E9, 70 and 45. RGB value is (233,112,69). Sum of RGB (Red+Green+Blue) = 233+112+69=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E97045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97045 is #168FBA. Grayscale: #8F8F8F. Windows color (decimal): -1478587 or 4550889. OLE color: 4550889.

HSL color Cylindrical-coordinate representation of color #E97045: hue angle of 15.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E97045 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB23311269-
CMYK00.520.700.09
HSL15.73º78.85%59.22%-
HSV(B)15.73º70.39%91.37%-
XYZ40.4729.349.16-
YUV143.2886.09192-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.28%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 69 (27.34% from 255) = 16.67%
R=56.28%
G=27.05%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331126900.520.700.0915.7378.8559.22
HexE97045034469104f3b
Octal351160105064106112011773
Binary1110100111100001000101011010010001101001100001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97045; }

 p { color: rgb(233,112,69); }

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

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

 a { background-color: rgb(233,112,69); }

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

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

 span { border-color: rgb(233,112,69); }

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