Html Css Color HEX #E77341 Jaffa

📋 copy color: '#E77341'

red 231 ◦ green 115 ◦ blue 65

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

Shades of Jaffa #E77341

Tints of Jaffa #E77341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 56.2%
G = 27.98%
B = 15.82%

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

#E77341 (or 0xE77341) is known color: Jaffa. HEX triplet: E7, 73 and 41. RGB value is (231,115,65). Sum of RGB (Red+Green+Blue) = 231+115+65=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E77341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77341 is #188CBE. Grayscale: #909090. Windows color (decimal): -1608895 or 4289511. OLE color: 4289511.

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

Color convert

RGB 231 115 65 -
CMYK 0 0.50 0.72 0.09
HSL 18.07º 0.78% 0.58% -
HSV(B) 18.07º 0.72% 0.91% -
XYZ 40.04 29.63 8.61 -
YUV 143.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 231 115 65 0 0.50 0.72 0.09 18.07 0.78 0.58
Hex E7 73 41 0 32 48 9 12 4E 3A
Octal 347 163 101 0 62 110 11 22 116 72
Binary 11100111 1110011 1000001 0 110010 1001000 1001 10010 1001110 111010

Color Harmonies of #E77341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77341

Black with #E77341

Text Example


Text Example

White with #E77341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77341; }

 p { color: rgb(231,115,65); }

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

background-color css

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

 a { background-color: rgb(231,115,65); }

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

border-color css

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

 span { border-color: rgb(231,115,65); }

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