Html Css Color HEX #E97445 Jaffa

📋 copy color: '#E97445'

red 233 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #E97445

Tints of Jaffa #E97445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 55.74%
G = 27.75%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E97445 (or 0xE97445) is known color: Jaffa. HEX triplet: E9, 74 and 45. RGB value is (233,116,69). Sum of RGB (Red+Green+Blue) = 233+116+69=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E97445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97445 is #168BBA. Grayscale: #919191. Windows color (decimal): -1477563 or 4551913. OLE color: 4551913.

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

Color convert

RGB 233 116 69 -
CMYK 0 0.50 0.70 0.09
HSL 17.2º 0.79% 0.59% -
HSV(B) 17.2º 0.7% 0.91% -
XYZ 40.92 30.24 9.31 -
YUV 145.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 233 116 69 0 0.50 0.70 0.09 17.2 0.79 0.59
Hex E9 74 45 0 32 46 9 11 4F 3B
Octal 351 164 105 0 62 106 11 21 117 73
Binary 11101001 1110100 1000101 0 110010 1000110 1001 10001 1001111 111011

Color Harmonies of #E97445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97445

Black with #E97445

Text Example


Text Example

White with #E97445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97445; }

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

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

background-color css

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

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

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

border-color css

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

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

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