Html Css Color HEX #E27141 Jaffa

📋 copy color: '#E27141'

red 226 ◦ green 113 ◦ blue 65

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

Shades of Jaffa #E27141

Tints of Jaffa #E27141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 55.94%
G = 27.97%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E27141 (or 0xE27141) is known color: Jaffa. HEX triplet: E2, 71 and 41. RGB value is (226,113,65). Sum of RGB (Red+Green+Blue) = 226+113+65=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E27141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27141 is #1D8EBE. Grayscale: #8D8D8D. Windows color (decimal): -1937087 or 4288994. OLE color: 4288994.

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

Color convert

RGB 226 113 65 -
CMYK 0 0.5 0.71 0.11
HSL 17.89º 0.74% 0.57% -
HSV(B) 17.89º 0.71% 0.89% -
XYZ 38.22 28.36 8.46 -
YUV 141.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 226 113 65 0 0.5 0.71 0.11 17.89 0.74 0.57
Hex E2 71 41 0 32 47 B 12 4A 39
Octal 342 161 101 0 62 107 13 22 112 71
Binary 11100010 1110001 1000001 0 110010 1000111 1011 10010 1001010 111001

Color Harmonies of #E27141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27141

Black with #E27141

Text Example


Text Example

White with #E27141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27141; }

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

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

background-color css

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

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

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

border-color css

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

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

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