Html Css Color HEX #E97B42 Jaffa

📋 copy color: '#E97B42'

red 233 ◦ green 123 ◦ blue 66

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

Shades of Jaffa #E97B42

Tints of Jaffa #E97B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

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

R = 55.21%
G = 29.15%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E97B42 (or 0xE97B42) is known color: Jaffa. HEX triplet: E9, 7B and 42. RGB value is (233,123,66). Sum of RGB (Red+Green+Blue) = 233+123+66=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E97B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97B42 is #1684BD. Grayscale: #959595. Windows color (decimal): -1475774 or 4357097. OLE color: 4357097.

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

Color convert

RGB 233 123 66 -
CMYK 0 0.47 0.72 0.09
HSL 20.48º 0.79% 0.59% -
HSV(B) 20.48º 0.72% 0.91% -
XYZ 41.67 31.88 9.11 -
YUV 149.39 80.94 187.63 -
System Red Green Blue C M Y K H S L
Decimal 233 123 66 0 0.47 0.72 0.09 20.48 0.79 0.59
Hex E9 7B 42 0 2F 48 9 14 4F 3B
Octal 351 173 102 0 57 110 11 24 117 73
Binary 11101001 1111011 1000010 0 101111 1001000 1001 10100 1001111 111011

Color Harmonies of #E97B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97B42

Black with #E97B42

Text Example


Text Example

White with #E97B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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