Html Css Color HEX #E3764C Jaffa

📋 copy color: '#E3764C'

red 227 ◦ green 118 ◦ blue 76

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

Shades of Jaffa #E3764C

Tints of Jaffa #E3764C

RGB

 RED value IS 227 (89.06% from 255) = 53.92%

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

 BLUE value IS 76 (30.08% from 255) = 18.05%

R = 53.92%
G = 28.03%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3764C (or 0xE3764C) is known color: Jaffa. HEX triplet: E3, 76 and 4C. RGB value is (227,118,76). Sum of RGB (Red+Green+Blue) = 227+118+76=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3764C is #1C89B3. Grayscale: #929292. Windows color (decimal): -1870260 or 5011171. OLE color: 5011171.

HSL color Cylindrical-coordinate representation of color #E3764C: hue angle of 16.69º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3764C is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 118 76 -
CMYK 0 0.48 0.67 0.11
HSL 16.69º 0.73% 0.59% -
HSV(B) 16.69º 0.67% 0.89% -
XYZ 39.46 29.81 10.51 -
YUV 145.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 227 118 76 0 0.48 0.67 0.11 16.69 0.73 0.59
Hex E3 76 4C 0 30 43 B 11 49 3B
Octal 343 166 114 0 60 103 13 21 111 73
Binary 11100011 1110110 1001100 0 110000 1000011 1011 10001 1001001 111011

Color Harmonies of #E3764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3764C

Black with #E3764C

Text Example


Text Example

White with #E3764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3764C; }

 p { color: rgb(227,118,76); }

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

background-color css

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

 a { background-color: rgb(227,118,76); }

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

border-color css

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

 span { border-color: rgb(227,118,76); }

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