Html Css Color HEX #E5774B Jaffa

📋 copy color: '#E5774B'

red 229 ◦ green 119 ◦ blue 75

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

Shades of Jaffa #E5774B

Tints of Jaffa #E5774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 54.14%
G = 28.13%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5774B (or 0xE5774B) is known color: Jaffa. HEX triplet: E5, 77 and 4B. RGB value is (229,119,75). Sum of RGB (Red+Green+Blue) = 229+119+75=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5774B is #1A88B4. Grayscale: #939393. Windows color (decimal): -1738933 or 4945893. OLE color: 4945893.

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

Color convert

RGB 229 119 75 -
CMYK 0 0.48 0.67 0.10
HSL 17.14º 0.75% 0.6% -
HSV(B) 17.14º 0.67% 0.9% -
XYZ 40.18 30.36 10.4 -
YUV 146.87 87.44 186.58 -
System Red Green Blue C M Y K H S L
Decimal 229 119 75 0 0.48 0.67 0.10 17.14 0.75 0.6
Hex E5 77 4B 0 30 43 A 11 4B 3C
Octal 345 167 113 0 60 103 12 21 113 74
Binary 11100101 1110111 1001011 0 110000 1000011 1010 10001 1001011 111100

Color Harmonies of #E5774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5774B

Black with #E5774B

Text Example


Text Example

White with #E5774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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