Html Css Color HEX #E77C48 Jaffa

📋 copy color: '#E77C48'

red 231 ◦ green 124 ◦ blue 72

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

Shades of Jaffa #E77C48

Tints of Jaffa #E77C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

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

R = 54.1%
G = 29.04%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E77C48 (or 0xE77C48) is known color: Jaffa. HEX triplet: E7, 7C and 48. RGB value is (231,124,72). Sum of RGB (Red+Green+Blue) = 231+124+72=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77C48 is #1883B7. Grayscale: #969696. Windows color (decimal): -1606584 or 4750567. OLE color: 4750567.

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

Color convert

RGB 231 124 72 -
CMYK 0 0.46 0.69 0.09
HSL 19.62º 0.77% 0.59% -
HSV(B) 19.62º 0.69% 0.91% -
XYZ 41.33 31.87 10.1 -
YUV 150.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 231 124 72 0 0.46 0.69 0.09 19.62 0.77 0.59
Hex E7 7C 48 0 2E 45 9 14 4D 3B
Octal 347 174 110 0 56 105 11 24 115 73
Binary 11100111 1111100 1001000 0 101110 1000101 1001 10100 1001101 111011

Color Harmonies of #E77C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C48

Black with #E77C48

Text Example


Text Example

White with #E77C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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