Html Css Color HEX #E77E4D Jaffa

📋 copy color: '#E77E4D'

red 231 ◦ green 126 ◦ blue 77

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

Shades of Jaffa #E77E4D

Tints of Jaffa #E77E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.03%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 53.23%
G = 29.03%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E77E4D (or 0xE77E4D) is known color: Jaffa. HEX triplet: E7, 7E and 4D. RGB value is (231,126,77). Sum of RGB (Red+Green+Blue) = 231+126+77=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E4D is #1881B2. Grayscale: #989898. Windows color (decimal): -1606067 or 5078759. OLE color: 5078759.

HSL color Cylindrical-coordinate representation of color #E77E4D: hue angle of 19.09º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E77E4D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 126 77 -
CMYK 0 0.45 0.67 0.09
HSL 19.09º 0.76% 0.6% -
HSV(B) 19.09º 0.67% 0.91% -
XYZ 41.76 32.45 11.08 -
YUV 151.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 231 126 77 0 0.45 0.67 0.09 19.09 0.76 0.6
Hex E7 7E 4D 0 2D 43 9 13 4C 3C
Octal 347 176 115 0 55 103 11 23 114 74
Binary 11100111 1111110 1001101 0 101101 1000011 1001 10011 1001100 111100

Color Harmonies of #E77E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77E4D

Black with #E77E4D

Text Example


Text Example

White with #E77E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77E4D; }

 p { color: rgb(231,126,77); }

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

background-color css

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

 a { background-color: rgb(231,126,77); }

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

border-color css

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

 span { border-color: rgb(231,126,77); }

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