Html Css Color HEX #E3764B Jaffa

📋 copy color: '#E3764B'

red 227 ◦ green 118 ◦ blue 75

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

Shades of Jaffa #E3764B

Tints of Jaffa #E3764B

RGB

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

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

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

R = 54.05%
G = 28.1%
B = 17.86%

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

#E3764B (or 0xE3764B) is known color: Jaffa. HEX triplet: E3, 76 and 4B. RGB value is (227,118,75). Sum of RGB (Red+Green+Blue) = 227+118+75=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3764B is #1C89B4. Grayscale: #919191. Windows color (decimal): -1870261 or 4945635. OLE color: 4945635.

HSL color Cylindrical-coordinate representation of color #E3764B: hue angle of 16.97º 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 #E3764B is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 118 75 -
CMYK 0 0.48 0.67 0.11
HSL 16.97º 0.73% 0.59% -
HSV(B) 16.97º 0.67% 0.89% -
XYZ 39.43 29.8 10.33 -
YUV 145.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 227 118 75 0 0.48 0.67 0.11 16.97 0.73 0.59
Hex E3 76 4B 0 30 43 B 11 49 3B
Octal 343 166 113 0 60 103 13 21 111 73
Binary 11100011 1110110 1001011 0 110000 1000011 1011 10001 1001001 111011

Color Harmonies of #E3764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3764B

Black with #E3764B

Text Example


Text Example

White with #E3764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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