Html Css Color HEX #E77F45 Jaffa

📋 copy color: '#E77F45'

red 231 ◦ green 127 ◦ blue 69

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

Shades of Jaffa #E77F45

Tints of Jaffa #E77F45

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 69 (27.34% from 255) = 16.16%

R = 54.1%
G = 29.74%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E77F45 (or 0xE77F45) is known color: Jaffa. HEX triplet: E7, 7F and 45. RGB value is (231,127,69). Sum of RGB (Red+Green+Blue) = 231+127+69=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77F45 is #1880BA. Grayscale: #979797. Windows color (decimal): -1605819 or 4554727. OLE color: 4554727.

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

Color convert

RGB 231 127 69 -
CMYK 0 0.45 0.70 0.09
HSL 21.48º 0.77% 0.59% -
HSV(B) 21.48º 0.7% 0.91% -
XYZ 41.62 32.6 9.73 -
YUV 151.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 231 127 69 0 0.45 0.70 0.09 21.48 0.77 0.59
Hex E7 7F 45 0 2D 46 9 15 4D 3B
Octal 347 177 105 0 55 106 11 25 115 73
Binary 11100111 1111111 1000101 0 101101 1000110 1001 10101 1001101 111011

Color Harmonies of #E77F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77F45

Black with #E77F45

Text Example


Text Example

White with #E77F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77F45; }

 p { color: rgb(231,127,69); }

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

background-color css

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

 a { background-color: rgb(231,127,69); }

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

border-color css

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

 span { border-color: rgb(231,127,69); }

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