Html Css Color HEX #E97345 Jaffa

📋 copy color: '#E97345'

red 233 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #E97345

Tints of Jaffa #E97345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 55.88%
G = 27.58%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E97345 (or 0xE97345) is known color: Jaffa. HEX triplet: E9, 73 and 45. RGB value is (233,115,69). Sum of RGB (Red+Green+Blue) = 233+115+69=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E97345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97345 is #168CBA. Grayscale: #919191. Windows color (decimal): -1477819 or 4551657. OLE color: 4551657.

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

Color convert

RGB 233 115 69 -
CMYK 0 0.51 0.70 0.09
HSL 16.83º 0.79% 0.59% -
HSV(B) 16.83º 0.7% 0.91% -
XYZ 40.81 30.01 9.27 -
YUV 145.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 233 115 69 0 0.51 0.70 0.09 16.83 0.79 0.59
Hex E9 73 45 0 33 46 9 11 4F 3B
Octal 351 163 105 0 63 106 11 21 117 73
Binary 11101001 1110011 1000101 0 110011 1000110 1001 10001 1001111 111011

Color Harmonies of #E97345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97345

Black with #E97345

Text Example


Text Example

White with #E97345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97345; }

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

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

background-color css

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

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

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

border-color css

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

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

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