Html Css Color HEX #E77140 Jaffa

📋 copy color: '#E77140'

red 231 ◦ green 113 ◦ blue 64

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

Shades of Jaffa #E77140

Tints of Jaffa #E77140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.69%

R = 56.62%
G = 27.7%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E77140 (or 0xE77140) is known color: Jaffa. HEX triplet: E7, 71 and 40. RGB value is (231,113,64). Sum of RGB (Red+Green+Blue) = 231+113+64=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E77140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77140 is #188EBF. Grayscale: #8F8F8F. Windows color (decimal): -1609408 or 4223463. OLE color: 4223463.

HSL color Cylindrical-coordinate representation of color #E77140: hue angle of 17.6º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E77140 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 113 64 -
CMYK 0 0.51 0.72 0.09
HSL 17.6º 0.78% 0.58% -
HSV(B) 17.6º 0.72% 0.91% -
XYZ 39.79 29.17 8.38 -
YUV 142.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 231 113 64 0 0.51 0.72 0.09 17.6 0.78 0.58
Hex E7 71 40 0 33 48 9 12 4E 3A
Octal 347 161 100 0 63 110 11 22 116 72
Binary 11100111 1110001 1000000 0 110011 1001000 1001 10010 1001110 111010

Color Harmonies of #E77140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77140

Black with #E77140

Text Example


Text Example

White with #E77140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77140; }

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

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

background-color css

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

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

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

border-color css

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

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

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