Html Css Color HEX #E77445 Jaffa

📋 copy color: '#E77445'

red 231 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #E77445

Tints of Jaffa #E77445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.59%

R = 55.53%
G = 27.88%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E77445 (or 0xE77445) is known color: Jaffa. HEX triplet: E7, 74 and 45. RGB value is (231,116,69). Sum of RGB (Red+Green+Blue) = 231+116+69=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E77445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77445 is #188BBA. Grayscale: #919191. Windows color (decimal): -1608635 or 4551911. OLE color: 4551911.

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

Color convert

RGB 231 116 69 -
CMYK 0 0.50 0.70 0.09
HSL 17.41º 0.77% 0.59% -
HSV(B) 17.41º 0.7% 0.91% -
XYZ 40.27 29.91 9.28 -
YUV 145.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 231 116 69 0 0.50 0.70 0.09 17.41 0.77 0.59
Hex E7 74 45 0 32 46 9 11 4D 3B
Octal 347 164 105 0 62 106 11 21 115 73
Binary 11100111 1110100 1000101 0 110010 1000110 1001 10001 1001101 111011

Color Harmonies of #E77445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77445

Black with #E77445

Text Example


Text Example

White with #E77445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77445; }

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

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

background-color css

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

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

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

border-color css

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

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

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