Html Css Color HEX #E77D46 Jaffa

📋 copy color: '#E77D46'

red 231 ◦ green 125 ◦ blue 70

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

Shades of Jaffa #E77D46

Tints of Jaffa #E77D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

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

R = 54.23%
G = 29.34%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E77D46 (or 0xE77D46) is known color: Jaffa. HEX triplet: E7, 7D and 46. RGB value is (231,125,70). Sum of RGB (Red+Green+Blue) = 231+125+70=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D46 is #1882B9. Grayscale: #969696. Windows color (decimal): -1606330 or 4619751. OLE color: 4619751.

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

Color convert

RGB 231 125 70 -
CMYK 0 0.46 0.70 0.09
HSL 20.5º 0.77% 0.59% -
HSV(B) 20.5º 0.7% 0.91% -
XYZ 41.39 32.1 9.81 -
YUV 150.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 231 125 70 0 0.46 0.70 0.09 20.5 0.77 0.59
Hex E7 7D 46 0 2E 46 9 14 4D 3B
Octal 347 175 106 0 56 106 11 24 115 73
Binary 11100111 1111101 1000110 0 101110 1000110 1001 10100 1001101 111011

Color Harmonies of #E77D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D46

Black with #E77D46

Text Example


Text Example

White with #E77D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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