Html Css Color HEX #E77D4C Jaffa

📋 copy color: '#E77D4C'

red 231 ◦ green 125 ◦ blue 76

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

Shades of Jaffa #E77D4C

Tints of Jaffa #E77D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.59%

R = 53.47%
G = 28.94%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E77D4C (or 0xE77D4C) is known color: Jaffa. HEX triplet: E7, 7D and 4C. RGB value is (231,125,76). Sum of RGB (Red+Green+Blue) = 231+125+76=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D4C is #1882B3. Grayscale: #979797. Windows color (decimal): -1606324 or 5012967. OLE color: 5012967.

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

Color convert

RGB 231 125 76 -
CMYK 0 0.46 0.67 0.09
HSL 18.97º 0.76% 0.6% -
HSV(B) 18.97º 0.67% 0.91% -
XYZ 41.59 32.18 10.86 -
YUV 151.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 231 125 76 0 0.46 0.67 0.09 18.97 0.76 0.6
Hex E7 7D 4C 0 2E 43 9 13 4C 3C
Octal 347 175 114 0 56 103 11 23 114 74
Binary 11100111 1111101 1001100 0 101110 1000011 1001 10011 1001100 111100

Color Harmonies of #E77D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D4C

Black with #E77D4C

Text Example


Text Example

White with #E77D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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