Html Css Color HEX #E77D47 Jaffa

📋 copy color: '#E77D47'

red 231 ◦ green 125 ◦ blue 71

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

Shades of Jaffa #E77D47

Tints of Jaffa #E77D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.63%

R = 54.1%
G = 29.27%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E77D47 (or 0xE77D47) is known color: Jaffa. HEX triplet: E7, 7D and 47. RGB value is (231,125,71). Sum of RGB (Red+Green+Blue) = 231+125+71=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D47 is #1882B8. Grayscale: #969696. Windows color (decimal): -1606329 or 4685287. OLE color: 4685287.

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

Color convert

RGB 231 125 71 -
CMYK 0 0.46 0.69 0.09
HSL 20.25º 0.77% 0.59% -
HSV(B) 20.25º 0.69% 0.91% -
XYZ 41.43 32.11 9.98 -
YUV 150.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 231 125 71 0 0.46 0.69 0.09 20.25 0.77 0.59
Hex E7 7D 47 0 2E 45 9 14 4D 3B
Octal 347 175 107 0 56 105 11 24 115 73
Binary 11100111 1111101 1000111 0 101110 1000101 1001 10100 1001101 111011

Color Harmonies of #E77D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D47

Black with #E77D47

Text Example


Text Example

White with #E77D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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