Html Css Color HEX #E77142 Jaffa

📋 copy color: '#E77142'

red 231 ◦ green 113 ◦ blue 66

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

Shades of Jaffa #E77142

Tints of Jaffa #E77142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 66 (26.17% from 255) = 16.1%

R = 56.34%
G = 27.56%
B = 16.1%

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

#E77142 (or 0xE77142) is known color: Jaffa. HEX triplet: E7, 71 and 42. RGB value is (231,113,66). Sum of RGB (Red+Green+Blue) = 231+113+66=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E77142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77142 is #188EBD. Grayscale: #8F8F8F. Windows color (decimal): -1609406 or 4354535. OLE color: 4354535.

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

Color convert

RGB 231 113 66 -
CMYK 0 0.51 0.71 0.09
HSL 17.09º 0.77% 0.58% -
HSV(B) 17.09º 0.71% 0.91% -
XYZ 39.84 29.19 8.69 -
YUV 142.92 84.59 190.82 -
System Red Green Blue C M Y K H S L
Decimal 231 113 66 0 0.51 0.71 0.09 17.09 0.77 0.58
Hex E7 71 42 0 33 47 9 11 4D 3A
Octal 347 161 102 0 63 107 11 21 115 72
Binary 11100111 1110001 1000010 0 110011 1000111 1001 10001 1001101 111010

Color Harmonies of #E77142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77142

Black with #E77142

Text Example


Text Example

White with #E77142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77142; }

 p { color: rgb(231,113,66); }

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

background-color css

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

 a { background-color: rgb(231,113,66); }

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

border-color css

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

 span { border-color: rgb(231,113,66); }

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