Html Css Color HEX #E77146 Jaffa

📋 copy color: '#E77146'

red 231 ◦ green 113 ◦ blue 70

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

Shades of Jaffa #E77146

Tints of Jaffa #E77146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 55.8%
G = 27.29%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E77146 (or 0xE77146) is known color: Jaffa. HEX triplet: E7, 71 and 46. RGB value is (231,113,70). Sum of RGB (Red+Green+Blue) = 231+113+70=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E77146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77146 is #188EB9. Grayscale: #8F8F8F. Windows color (decimal): -1609402 or 4616679. OLE color: 4616679.

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

Color convert

RGB 231 113 70 -
CMYK 0 0.51 0.70 0.09
HSL 16.02º 0.77% 0.59% -
HSV(B) 16.02º 0.7% 0.91% -
XYZ 39.97 29.24 9.33 -
YUV 143.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 231 113 70 0 0.51 0.70 0.09 16.02 0.77 0.59
Hex E7 71 46 0 33 46 9 10 4D 3B
Octal 347 161 106 0 63 106 11 20 115 73
Binary 11100111 1110001 1000110 0 110011 1000110 1001 10000 1001101 111011

Color Harmonies of #E77146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77146

Black with #E77146

Text Example


Text Example

White with #E77146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77146; }

 p { color: rgb(231,113,70); }

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

background-color css

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

 a { background-color: rgb(231,113,70); }

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

border-color css

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

 span { border-color: rgb(231,113,70); }

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