Html Css Color HEX #E97242 Jaffa

📋 copy color: '#E97242'

red 233 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #E97242

Tints of Jaffa #E97242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 56.42%
G = 27.6%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E97242 (or 0xE97242) is known color: Jaffa. HEX triplet: E9, 72 and 42. RGB value is (233,114,66). Sum of RGB (Red+Green+Blue) = 233+114+66=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E97242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97242 is #168DBD. Grayscale: #909090. Windows color (decimal): -1478078 or 4354793. OLE color: 4354793.

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

Color convert

RGB 233 114 66 -
CMYK 0 0.51 0.72 0.09
HSL 17.25º 0.79% 0.59% -
HSV(B) 17.25º 0.72% 0.91% -
XYZ 40.6 29.75 8.76 -
YUV 144.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 233 114 66 0 0.51 0.72 0.09 17.25 0.79 0.59
Hex E9 72 42 0 33 48 9 11 4F 3B
Octal 351 162 102 0 63 110 11 21 117 73
Binary 11101001 1110010 1000010 0 110011 1001000 1001 10001 1001111 111011

Color Harmonies of #E97242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97242

Black with #E97242

Text Example


Text Example

White with #E97242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97242; }

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

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

background-color css

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

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

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

border-color css

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

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

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