Html Css Color HEX #E37040 Jaffa

📋 copy color: '#E37040'

red 227 ◦ green 112 ◦ blue 64

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

Shades of Jaffa #E37040

Tints of Jaffa #E37040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 56.33%
G = 27.79%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E37040 (or 0xE37040) is known color: Jaffa. HEX triplet: E3, 70 and 40. RGB value is (227,112,64). Sum of RGB (Red+Green+Blue) = 227+112+64=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E37040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37040 is #1C8FBF. Grayscale: #8D8D8D. Windows color (decimal): -1871808 or 4223203. OLE color: 4223203.

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

Color convert

RGB 227 112 64 -
CMYK 0 0.51 0.72 0.11
HSL 17.67º 0.74% 0.57% -
HSV(B) 17.67º 0.72% 0.89% -
XYZ 38.4 28.29 8.29 -
YUV 140.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 227 112 64 0 0.51 0.72 0.11 17.67 0.74 0.57
Hex E3 70 40 0 33 48 B 12 4A 39
Octal 343 160 100 0 63 110 13 22 112 71
Binary 11100011 1110000 1000000 0 110011 1001000 1011 10010 1001010 111001

Color Harmonies of #E37040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37040

Black with #E37040

Text Example


Text Example

White with #E37040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37040; }

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

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

background-color css

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

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

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

border-color css

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

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

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