Html Css Color HEX #E97240 Jaffa

📋 copy color: '#E97240'

red 233 ◦ green 114 ◦ blue 64

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

Shades of Jaffa #E97240

Tints of Jaffa #E97240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

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

R = 56.69%
G = 27.74%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E97240 (or 0xE97240) is known color: Jaffa. HEX triplet: E9, 72 and 40. RGB value is (233,114,64). Sum of RGB (Red+Green+Blue) = 233+114+64=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E97240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97240 is #168DBF. Grayscale: #909090. Windows color (decimal): -1478080 or 4223721. OLE color: 4223721.

HSL color Cylindrical-coordinate representation of color #E97240: hue angle of 17.75º 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 #E97240 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 114 64 -
CMYK 0 0.51 0.73 0.09
HSL 17.75º 0.79% 0.58% -
HSV(B) 17.75º 0.73% 0.91% -
XYZ 40.55 29.73 8.45 -
YUV 143.88 82.92 191.57 -
System Red Green Blue C M Y K H S L
Decimal 233 114 64 0 0.51 0.73 0.09 17.75 0.79 0.58
Hex E9 72 40 0 33 49 9 12 4F 3A
Octal 351 162 100 0 63 111 11 22 117 72
Binary 11101001 1110010 1000000 0 110011 1001001 1001 10010 1001111 111010

Color Harmonies of #E97240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97240

Black with #E97240

Text Example


Text Example

White with #E97240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97240; }

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

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

background-color css

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

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

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

border-color css

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

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

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