Html Css Color HEX #E27340 Jaffa

📋 copy color: '#E27340'

red 226 ◦ green 115 ◦ blue 64

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

Shades of Jaffa #E27340

Tints of Jaffa #E27340

RGB

 RED value IS 226 (88.67% from 255) = 55.8%

 GREEN value IS 115 (45.31% from 255) = 28.4%

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

R = 55.8%
G = 28.4%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E27340 (or 0xE27340) is known color: Jaffa. HEX triplet: E2, 73 and 40. RGB value is (226,115,64). Sum of RGB (Red+Green+Blue) = 226+115+64=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E27340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27340 is #1D8CBF. Grayscale: #8E8E8E. Windows color (decimal): -1936576 or 4223970. OLE color: 4223970.

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

Color convert

RGB 226 115 64 -
CMYK 0 0.49 0.72 0.11
HSL 18.89º 0.74% 0.57% -
HSV(B) 18.89º 0.72% 0.89% -
XYZ 38.42 28.8 8.38 -
YUV 142.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 226 115 64 0 0.49 0.72 0.11 18.89 0.74 0.57
Hex E2 73 40 0 31 48 B 13 4A 39
Octal 342 163 100 0 61 110 13 23 112 71
Binary 11100010 1110011 1000000 0 110001 1001000 1011 10011 1001010 111001

Color Harmonies of #E27340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27340

Black with #E27340

Text Example


Text Example

White with #E27340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27340; }

 p { color: rgb(226,115,64); }

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

background-color css

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

 a { background-color: rgb(226,115,64); }

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

border-color css

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

 span { border-color: rgb(226,115,64); }

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