Html Css Color HEX #E77746 Jaffa

📋 copy color: '#E77746'

red 231 ◦ green 119 ◦ blue 70

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

Shades of Jaffa #E77746

Tints of Jaffa #E77746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 55%
G = 28.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E77746 (or 0xE77746) is known color: Jaffa. HEX triplet: E7, 77 and 46. RGB value is (231,119,70). Sum of RGB (Red+Green+Blue) = 231+119+70=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E77746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77746 is #1888B9. Grayscale: #939393. Windows color (decimal): -1607866 or 4618215. OLE color: 4618215.

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

Color convert

RGB 231 119 70 -
CMYK 0 0.48 0.70 0.09
HSL 18.26º 0.77% 0.59% -
HSV(B) 18.26º 0.7% 0.91% -
XYZ 40.66 30.62 9.56 -
YUV 146.9 84.61 187.98 -
System Red Green Blue C M Y K H S L
Decimal 231 119 70 0 0.48 0.70 0.09 18.26 0.77 0.59
Hex E7 77 46 0 30 46 9 12 4D 3B
Octal 347 167 106 0 60 106 11 22 115 73
Binary 11100111 1110111 1000110 0 110000 1000110 1001 10010 1001101 111011

Color Harmonies of #E77746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77746

Black with #E77746

Text Example


Text Example

White with #E77746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77746; }

 p { color: rgb(231,119,70); }

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

background-color css

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

 a { background-color: rgb(231,119,70); }

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

border-color css

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

 span { border-color: rgb(231,119,70); }

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