Html Css Color HEX #E77440 Jaffa

📋 copy color: '#E77440'

red 231 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #E77440

Tints of Jaffa #E77440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

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

R = 56.2%
G = 28.22%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E77440 (or 0xE77440) is known color: Jaffa. HEX triplet: E7, 74 and 40. RGB value is (231,116,64). Sum of RGB (Red+Green+Blue) = 231+116+64=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E77440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77440 is #188BBF. Grayscale: #909090. Windows color (decimal): -1608640 or 4224231. OLE color: 4224231.

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

Color convert

RGB 231 116 64 -
CMYK 0 0.50 0.72 0.09
HSL 18.68º 0.78% 0.58% -
HSV(B) 18.68º 0.72% 0.91% -
XYZ 40.13 29.85 8.5 -
YUV 144.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 231 116 64 0 0.50 0.72 0.09 18.68 0.78 0.58
Hex E7 74 40 0 32 48 9 13 4E 3A
Octal 347 164 100 0 62 110 11 23 116 72
Binary 11100111 1110100 1000000 0 110010 1001000 1001 10011 1001110 111010

Color Harmonies of #E77440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77440

Black with #E77440

Text Example


Text Example

White with #E77440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77440; }

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

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

background-color css

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

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

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

border-color css

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

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

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