Html Css Color HEX #E1774B Jaffa

📋 copy color: '#E1774B'

red 225 ◦ green 119 ◦ blue 75

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

Shades of Jaffa #E1774B

Tints of Jaffa #E1774B

RGB

 RED value IS 225 (88.28% from 255) = 53.7%

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

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

R = 53.7%
G = 28.4%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1774B (or 0xE1774B) is known color: Jaffa. HEX triplet: E1, 77 and 4B. RGB value is (225,119,75). Sum of RGB (Red+Green+Blue) = 225+119+75=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1774B is #1E88B4. Grayscale: #919191. Windows color (decimal): -2001077 or 4945889. OLE color: 4945889.

HSL color Cylindrical-coordinate representation of color #E1774B: hue angle of 17.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1774B is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 75 -
CMYK 0 0.47 0.67 0.12
HSL 17.6º 0.71% 0.59% -
HSV(B) 17.6º 0.67% 0.88% -
XYZ 38.92 29.71 10.34 -
YUV 145.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 225 119 75 0 0.47 0.67 0.12 17.6 0.71 0.59
Hex E1 77 4B 0 2F 43 C 12 47 3B
Octal 341 167 113 0 57 103 14 22 107 73
Binary 11100001 1110111 1001011 0 101111 1000011 1100 10010 1000111 111011

Color Harmonies of #E1774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1774B

Black with #E1774B

Text Example


Text Example

White with #E1774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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