#e27c4f

Color #E27C4F Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #E27C4F

Tints of Jaffa #E27C4F

Color information

#E27C4F (or 0xE27C4F) is unknown color: approx Jaffa. HEX triplet: E2, 7C and 4F. RGB value is (226,124,79). Sum of RGB (Red+Green+Blue) = 226+124+79=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C4F is #1D83B0. Grayscale: #959595. Windows color (decimal): -1934257 or 5209314. OLE color: 5209314.

HSL color Cylindrical-coordinate representation of color #E27C4F: hue angle of 18.37º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E27C4F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22612479-
CMYK00.450.650.11
HSL18.37º71.71%59.8%-
HSV(B)18.37º65.04%88.63%-
XYZ39.9831.1511.3-
YUV149.3788.29182.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.68%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 79 (31.25% from 255) = 18.41%
R=52.68%
G=28.90%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261247900.450.650.1118.3771.7159.8
HexE27C4F02D41B12483c
Octal342174117055101132211074
Binary1110001011111001001111010110110000011011100101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27c4f; }

 p { color: rgb(226,124,79); }

 H1.HeaderClassName
 {
   color: #e27c4f;
 }
 .AnyTagClassName
 {
   color: #e27c4f;
 }
</style>
background-color css

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

 a { background-color: rgb(226,124,79); }

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

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

 span { border-color: rgb(226,124,79); }

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