Html Css Color HEX #E77A46 Jaffa

📋 copy color: '#E77A46'

red 231 ◦ green 122 ◦ blue 70

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

Shades of Jaffa #E77A46

Tints of Jaffa #E77A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

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

R = 54.61%
G = 28.84%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E77A46 (or 0xE77A46) is known color: Jaffa. HEX triplet: E7, 7A and 46. RGB value is (231,122,70). Sum of RGB (Red+Green+Blue) = 231+122+70=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77A46 is #1885B9. Grayscale: #949494. Windows color (decimal): -1607098 or 4618983. OLE color: 4618983.

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

Color convert

RGB 231 122 70 -
CMYK 0 0.47 0.70 0.09
HSL 19.38º 0.77% 0.59% -
HSV(B) 19.38º 0.7% 0.91% -
XYZ 41.02 31.35 9.68 -
YUV 148.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 231 122 70 0 0.47 0.70 0.09 19.38 0.77 0.59
Hex E7 7A 46 0 2F 46 9 13 4D 3B
Octal 347 172 106 0 57 106 11 23 115 73
Binary 11100111 1111010 1000110 0 101111 1000110 1001 10011 1001101 111011

Color Harmonies of #E77A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A46

Black with #E77A46

Text Example


Text Example

White with #E77A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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