Html Css Color HEX #E77848 Jaffa

📋 copy color: '#E77848'

red 231 ◦ green 120 ◦ blue 72

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

Shades of Jaffa #E77848

Tints of Jaffa #E77848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.37%

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

R = 54.61%
G = 28.37%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E77848 (or 0xE77848) is known color: Jaffa. HEX triplet: E7, 78 and 48. RGB value is (231,120,72). Sum of RGB (Red+Green+Blue) = 231+120+72=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E77848 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77848 is #1887B7. Grayscale: #949494. Windows color (decimal): -1607608 or 4749543. OLE color: 4749543.

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

Color convert

RGB 231 120 72 -
CMYK 0 0.48 0.69 0.09
HSL 18.11º 0.77% 0.59% -
HSV(B) 18.11º 0.69% 0.91% -
XYZ 40.84 30.89 9.94 -
YUV 147.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 231 120 72 0 0.48 0.69 0.09 18.11 0.77 0.59
Hex E7 78 48 0 30 45 9 12 4D 3B
Octal 347 170 110 0 60 105 11 22 115 73
Binary 11100111 1111000 1001000 0 110000 1000101 1001 10010 1001101 111011

Color Harmonies of #E77848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77848

Black with #E77848

Text Example


Text Example

White with #E77848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77848; }

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

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

background-color css

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

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

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

border-color css

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

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

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