Html Css Color HEX #E97440 Jaffa

📋 copy color: '#E97440'

red 233 ◦ green 116 ◦ blue 64

#E97440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #E97440

Tints of Jaffa #E97440

RGB

 RED value IS 233 (91.41% from 255) = 56.42%

 GREEN value IS 116 (45.7% from 255) = 28.09%

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 56.42%
G = 28.09%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E97440 (or 0xE97440) is known color: Jaffa. HEX triplet: E9, 74 and 40. RGB value is (233,116,64). Sum of RGB (Red+Green+Blue) = 233+116+64=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E97440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97440 is #168BBF. Grayscale: #919191. Windows color (decimal): -1477568 or 4224233. OLE color: 4224233.

HSL color Cylindrical-coordinate representation of color #E97440: hue angle of 18.46º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E97440 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 116 64 -
CMYK 0 0.50 0.73 0.09
HSL 18.46º 0.79% 0.58% -
HSV(B) 18.46º 0.73% 0.91% -
XYZ 40.78 30.18 8.53 -
YUV 145.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 233 116 64 0 0.50 0.73 0.09 18.46 0.79 0.58
Hex E9 74 40 0 32 49 9 12 4F 3A
Octal 351 164 100 0 62 111 11 22 117 72
Binary 11101001 1110100 1000000 0 110010 1001001 1001 10010 1001111 111010

Color Harmonies of #E97440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97440

Black with #E97440

Text Example


Text Example

White with #E97440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97440; }

 p { color: rgb(233,116,64); }

 H1.HeaderClassName
 {
   color: #E97440;
 }
 .AnyTagClassName
 {
   color: #E97440;
 }
</style>

background-color css

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

 a { background-color: rgb(233,116,64); }

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

border-color css

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

 span { border-color: rgb(233,116,64); }

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