Html Css Color HEX #E77A49 Jaffa

📋 copy color: '#E77A49'

red 231 ◦ green 122 ◦ blue 73

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

Shades of Jaffa #E77A49

Tints of Jaffa #E77A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 73 (28.91% from 255) = 17.14%

R = 54.23%
G = 28.64%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E77A49 (or 0xE77A49) is known color: Jaffa. HEX triplet: E7, 7A and 49. RGB value is (231,122,73). Sum of RGB (Red+Green+Blue) = 231+122+73=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77A49 is #1885B6. Grayscale: #959595. Windows color (decimal): -1607095 or 4815591. OLE color: 4815591.

HSL color Cylindrical-coordinate representation of color #E77A49: hue angle of 18.61º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E77A49 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 73 -
CMYK 0 0.47 0.68 0.09
HSL 18.61º 0.77% 0.6% -
HSV(B) 18.61º 0.68% 0.91% -
XYZ 41.12 31.39 10.19 -
YUV 149.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 231 122 73 0 0.47 0.68 0.09 18.61 0.77 0.6
Hex E7 7A 49 0 2F 44 9 13 4D 3C
Octal 347 172 111 0 57 104 11 23 115 74
Binary 11100111 1111010 1001001 0 101111 1000100 1001 10011 1001101 111100

Color Harmonies of #E77A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A49

Black with #E77A49

Text Example


Text Example

White with #E77A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A49; }

 p { color: rgb(231,122,73); }

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

background-color css

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

 a { background-color: rgb(231,122,73); }

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

border-color css

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

 span { border-color: rgb(231,122,73); }

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