Html Css Color HEX #E77941 Jaffa

📋 copy color: '#E77941'

red 231 ◦ green 121 ◦ blue 65

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

Shades of Jaffa #E77941

Tints of Jaffa #E77941

RGB

 RED value IS 231 (90.63% from 255) = 55.4%

 GREEN value IS 121 (47.66% from 255) = 29.02%

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 55.4%
G = 29.02%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E77941 (or 0xE77941) is known color: Jaffa. HEX triplet: E7, 79 and 41. RGB value is (231,121,65). Sum of RGB (Red+Green+Blue) = 231+121+65=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E77941 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77941 is #1886BE. Grayscale: #939393. Windows color (decimal): -1607359 or 4291047. OLE color: 4291047.

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

Color convert

RGB 231 121 65 -
CMYK 0 0.48 0.72 0.09
HSL 20.24º 0.78% 0.58% -
HSV(B) 20.24º 0.72% 0.91% -
XYZ 40.75 31.05 8.85 -
YUV 147.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 231 121 65 0 0.48 0.72 0.09 20.24 0.78 0.58
Hex E7 79 41 0 30 48 9 14 4E 3A
Octal 347 171 101 0 60 110 11 24 116 72
Binary 11100111 1111001 1000001 0 110000 1001000 1001 10100 1001110 111010

Color Harmonies of #E77941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77941

Black with #E77941

Text Example


Text Example

White with #E77941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77941; }

 p { color: rgb(231,121,65); }

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

background-color css

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

 a { background-color: rgb(231,121,65); }

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

border-color css

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

 span { border-color: rgb(231,121,65); }

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