Html Css Color HEX #E97442 Jaffa

📋 copy color: '#E97442'

red 233 ◦ green 116 ◦ blue 66

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

Shades of Jaffa #E97442

Tints of Jaffa #E97442

RGB

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

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

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

R = 56.14%
G = 27.95%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E97442 (or 0xE97442) is known color: Jaffa. HEX triplet: E9, 74 and 42. RGB value is (233,116,66). Sum of RGB (Red+Green+Blue) = 233+116+66=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E97442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97442 is #168BBD. Grayscale: #919191. Windows color (decimal): -1477566 or 4355305. OLE color: 4355305.

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

Color convert

RGB 233 116 66 -
CMYK 0 0.50 0.72 0.09
HSL 17.96º 0.79% 0.59% -
HSV(B) 17.96º 0.72% 0.91% -
XYZ 40.83 30.21 8.83 -
YUV 145.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 233 116 66 0 0.50 0.72 0.09 17.96 0.79 0.59
Hex E9 74 42 0 32 48 9 12 4F 3B
Octal 351 164 102 0 62 110 11 22 117 73
Binary 11101001 1110100 1000010 0 110010 1001000 1001 10010 1001111 111011

Color Harmonies of #E97442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97442

Black with #E97442

Text Example


Text Example

White with #E97442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97442; }

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

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

background-color css

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

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

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

border-color css

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

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

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