Html Css Color HEX #E1764D Jaffa

📋 copy color: '#E1764D'

red 225 ◦ green 118 ◦ blue 77

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

Shades of Jaffa #E1764D

Tints of Jaffa #E1764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.1%

 BLUE value IS 77 (30.47% from 255) = 18.33%

R = 53.57%
G = 28.1%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1764D (or 0xE1764D) is known color: Jaffa. HEX triplet: E1, 76 and 4D. RGB value is (225,118,77). Sum of RGB (Red+Green+Blue) = 225+118+77=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1764D is #1E89B2. Grayscale: #919191. Windows color (decimal): -2001331 or 5076705. OLE color: 5076705.

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

Color convert

RGB 225 118 77 -
CMYK 0 0.48 0.66 0.12
HSL 16.62º 0.71% 0.59% -
HSV(B) 16.62º 0.66% 0.88% -
XYZ 38.87 29.5 10.67 -
YUV 145.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 225 118 77 0 0.48 0.66 0.12 16.62 0.71 0.59
Hex E1 76 4D 0 30 42 C 11 47 3B
Octal 341 166 115 0 60 102 14 21 107 73
Binary 11100001 1110110 1001101 0 110000 1000010 1100 10001 1000111 111011

Color Harmonies of #E1764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1764D

Black with #E1764D

Text Example


Text Example

White with #E1764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1764D; }

 p { color: rgb(225,118,77); }

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

background-color css

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

 a { background-color: rgb(225,118,77); }

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

border-color css

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

 span { border-color: rgb(225,118,77); }

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