Html Css Color HEX #E27341 Jaffa

📋 copy color: '#E27341'

red 226 ◦ green 115 ◦ blue 65

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

Shades of Jaffa #E27341

Tints of Jaffa #E27341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 55.67%
G = 28.33%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E27341 (or 0xE27341) is known color: Jaffa. HEX triplet: E2, 73 and 41. RGB value is (226,115,65). Sum of RGB (Red+Green+Blue) = 226+115+65=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E27341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27341 is #1D8CBE. Grayscale: #8E8E8E. Windows color (decimal): -1936575 or 4289506. OLE color: 4289506.

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

Color convert

RGB 226 115 65 -
CMYK 0 0.49 0.71 0.11
HSL 18.63º 0.74% 0.57% -
HSV(B) 18.63º 0.71% 0.89% -
XYZ 38.45 28.81 8.54 -
YUV 142.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 226 115 65 0 0.49 0.71 0.11 18.63 0.74 0.57
Hex E2 73 41 0 31 47 B 13 4A 39
Octal 342 163 101 0 61 107 13 23 112 71
Binary 11100010 1110011 1000001 0 110001 1000111 1011 10011 1001010 111001

Color Harmonies of #E27341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27341

Black with #E27341

Text Example


Text Example

White with #E27341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27341; }

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

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

background-color css

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

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

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

border-color css

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

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

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