Html Css Color HEX #E77940 Jaffa

📋 copy color: '#E77940'

red 231 ◦ green 121 ◦ blue 64

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

Shades of Jaffa #E77940

Tints of Jaffa #E77940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

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

R = 55.53%
G = 29.09%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E77940 (or 0xE77940) is known color: Jaffa. HEX triplet: E7, 79 and 40. RGB value is (231,121,64). Sum of RGB (Red+Green+Blue) = 231+121+64=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E77940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77940 is #1886BF. Grayscale: #939393. Windows color (decimal): -1607360 or 4225511. OLE color: 4225511.

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

Color convert

RGB 231 121 64 -
CMYK 0 0.48 0.72 0.09
HSL 20.48º 0.78% 0.58% -
HSV(B) 20.48º 0.72% 0.91% -
XYZ 40.72 31.03 8.69 -
YUV 147.39 80.94 187.63 -
System Red Green Blue C M Y K H S L
Decimal 231 121 64 0 0.48 0.72 0.09 20.48 0.78 0.58
Hex E7 79 40 0 30 48 9 14 4E 3A
Octal 347 171 100 0 60 110 11 24 116 72
Binary 11100111 1111001 1000000 0 110000 1001000 1001 10100 1001110 111010

Color Harmonies of #E77940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77940

Black with #E77940

Text Example


Text Example

White with #E77940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77940; }

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

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

background-color css

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

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

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

border-color css

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

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

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