Html Css Color HEX #E37740 Jaffa

📋 copy color: '#E37740'

red 227 ◦ green 119 ◦ blue 64

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

Shades of Jaffa #E37740

Tints of Jaffa #E37740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.61%

R = 55.37%
G = 29.02%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E37740 (or 0xE37740) is known color: Jaffa. HEX triplet: E3, 77 and 40. RGB value is (227,119,64). Sum of RGB (Red+Green+Blue) = 227+119+64=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E37740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37740 is #1C88BF. Grayscale: #919191. Windows color (decimal): -1870016 or 4224995. OLE color: 4224995.

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

Color convert

RGB 227 119 64 -
CMYK 0 0.48 0.72 0.11
HSL 20.25º 0.74% 0.57% -
HSV(B) 20.25º 0.72% 0.89% -
XYZ 39.2 29.89 8.55 -
YUV 145.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 227 119 64 0 0.48 0.72 0.11 20.25 0.74 0.57
Hex E3 77 40 0 30 48 B 14 4A 39
Octal 343 167 100 0 60 110 13 24 112 71
Binary 11100011 1110111 1000000 0 110000 1001000 1011 10100 1001010 111001

Color Harmonies of #E37740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37740

Black with #E37740

Text Example


Text Example

White with #E37740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37740; }

 p { color: rgb(227,119,64); }

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

background-color css

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

 a { background-color: rgb(227,119,64); }

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

border-color css

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

 span { border-color: rgb(227,119,64); }

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