Html Css Color HEX #E5774A Jaffa

📋 copy color: '#E5774A'

red 229 ◦ green 119 ◦ blue 74

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

Shades of Jaffa #E5774A

Tints of Jaffa #E5774A

RGB

 RED value IS 229 (89.84% from 255) = 54.27%

 GREEN value IS 119 (46.88% from 255) = 28.2%

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 54.27%
G = 28.2%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5774A (or 0xE5774A) is known color: Jaffa. HEX triplet: E5, 77 and 4A. RGB value is (229,119,74). Sum of RGB (Red+Green+Blue) = 229+119+74=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5774A is #1A88B5. Grayscale: #939393. Windows color (decimal): -1738934 or 4880357. OLE color: 4880357.

HSL color Cylindrical-coordinate representation of color #E5774A: hue angle of 17.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5774A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 74 -
CMYK 0 0.48 0.68 0.10
HSL 17.42º 0.75% 0.59% -
HSV(B) 17.42º 0.68% 0.9% -
XYZ 40.15 30.35 10.22 -
YUV 146.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 229 119 74 0 0.48 0.68 0.10 17.42 0.75 0.59
Hex E5 77 4A 0 30 44 A 11 4B 3B
Octal 345 167 112 0 60 104 12 21 113 73
Binary 11100101 1110111 1001010 0 110000 1000100 1010 10001 1001011 111011

Color Harmonies of #E5774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5774A

Black with #E5774A

Text Example


Text Example

White with #E5774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5774A; }

 p { color: rgb(229,119,74); }

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

background-color css

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

 a { background-color: rgb(229,119,74); }

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

border-color css

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

 span { border-color: rgb(229,119,74); }

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