Html Css Color HEX #E77244 Jaffa

📋 copy color: '#E77244'

red 231 ◦ green 114 ◦ blue 68

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

Shades of Jaffa #E77244

Tints of Jaffa #E77244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.46%

R = 55.93%
G = 27.6%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E77244 (or 0xE77244) is known color: Jaffa. HEX triplet: E7, 72 and 44. RGB value is (231,114,68). Sum of RGB (Red+Green+Blue) = 231+114+68=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E77244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77244 is #188DBB. Grayscale: #909090. Windows color (decimal): -1609148 or 4485863. OLE color: 4485863.

HSL color Cylindrical-coordinate representation of color #E77244: hue angle of 16.93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E77244 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 68 -
CMYK 0 0.51 0.71 0.09
HSL 16.93º 0.77% 0.59% -
HSV(B) 16.93º 0.71% 0.91% -
XYZ 40.02 29.44 9.04 -
YUV 143.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 231 114 68 0 0.51 0.71 0.09 16.93 0.77 0.59
Hex E7 72 44 0 33 47 9 11 4D 3B
Octal 347 162 104 0 63 107 11 21 115 73
Binary 11100111 1110010 1000100 0 110011 1000111 1001 10001 1001101 111011

Color Harmonies of #E77244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77244

Black with #E77244

Text Example


Text Example

White with #E77244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77244; }

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

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

background-color css

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

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

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

border-color css

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

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

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