Html Css Color HEX #E77241 Jaffa

📋 copy color: '#E77241'

red 231 ◦ green 114 ◦ blue 65

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

Shades of Jaffa #E77241

Tints of Jaffa #E77241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.8%

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

R = 56.34%
G = 27.8%
B = 15.85%

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

#E77241 (or 0xE77241) is known color: Jaffa. HEX triplet: E7, 72 and 41. RGB value is (231,114,65). Sum of RGB (Red+Green+Blue) = 231+114+65=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E77241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77241 is #188DBE. Grayscale: #8F8F8F. Windows color (decimal): -1609151 or 4289255. OLE color: 4289255.

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

Color convert

RGB 231 114 65 -
CMYK 0 0.51 0.72 0.09
HSL 17.71º 0.78% 0.58% -
HSV(B) 17.71º 0.72% 0.91% -
XYZ 39.93 29.41 8.57 -
YUV 143.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 231 114 65 0 0.51 0.72 0.09 17.71 0.78 0.58
Hex E7 72 41 0 33 48 9 12 4E 3A
Octal 347 162 101 0 63 110 11 22 116 72
Binary 11100111 1110010 1000001 0 110011 1001000 1001 10010 1001110 111010

Color Harmonies of #E77241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77241

Black with #E77241

Text Example


Text Example

White with #E77241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77241; }

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

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

background-color css

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

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

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

border-color css

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

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

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