Html Css Color HEX #E77448 Jaffa

📋 copy color: '#E77448'

red 231 ◦ green 116 ◦ blue 72

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

Shades of Jaffa #E77448

Tints of Jaffa #E77448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 55.13%
G = 27.68%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E77448 (or 0xE77448) is known color: Jaffa. HEX triplet: E7, 74 and 48. RGB value is (231,116,72). Sum of RGB (Red+Green+Blue) = 231+116+72=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E77448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77448 is #188BB7. Grayscale: #919191. Windows color (decimal): -1608632 or 4748519. OLE color: 4748519.

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

Color convert

RGB 231 116 72 -
CMYK 0 0.50 0.69 0.09
HSL 16.6º 0.77% 0.59% -
HSV(B) 16.6º 0.69% 0.91% -
XYZ 40.37 29.95 9.78 -
YUV 145.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 231 116 72 0 0.50 0.69 0.09 16.6 0.77 0.59
Hex E7 74 48 0 32 45 9 11 4D 3B
Octal 347 164 110 0 62 105 11 21 115 73
Binary 11100111 1110100 1001000 0 110010 1000101 1001 10001 1001101 111011

Color Harmonies of #E77448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77448

Black with #E77448

Text Example


Text Example

White with #E77448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77448; }

 p { color: rgb(231,116,72); }

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

background-color css

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

 a { background-color: rgb(231,116,72); }

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

border-color css

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

 span { border-color: rgb(231,116,72); }

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