Html Css Color HEX #E27140 Jaffa

📋 copy color: '#E27140'

red 226 ◦ green 113 ◦ blue 64

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

Shades of Jaffa #E27140

Tints of Jaffa #E27140

RGB

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

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

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

R = 56.08%
G = 28.04%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E27140 (or 0xE27140) is known color: Jaffa. HEX triplet: E2, 71 and 40. RGB value is (226,113,64). Sum of RGB (Red+Green+Blue) = 226+113+64=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E27140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27140 is #1D8EBF. Grayscale: #8D8D8D. Windows color (decimal): -1937088 or 4223458. OLE color: 4223458.

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

Color convert

RGB 226 113 64 -
CMYK 0 0.5 0.72 0.11
HSL 18.15º 0.74% 0.57% -
HSV(B) 18.15º 0.72% 0.89% -
XYZ 38.19 28.35 8.31 -
YUV 141.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 226 113 64 0 0.5 0.72 0.11 18.15 0.74 0.57
Hex E2 71 40 0 32 48 B 12 4A 39
Octal 342 161 100 0 62 110 13 22 112 71
Binary 11100010 1110001 1000000 0 110010 1001000 1011 10010 1001010 111001

Color Harmonies of #E27140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27140

Black with #E27140

Text Example


Text Example

White with #E27140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27140; }

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

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

background-color css

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

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

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

border-color css

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

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

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