#E27A4F

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

Shades of Jaffa #E27A4F

Tints of Jaffa #E27A4F

Color information

#E27A4F (or 0xE27A4F) is unknown color: approx Jaffa. HEX triplet: E2, 7A and 4F. RGB value is (226,122,79). Sum of RGB (Red+Green+Blue) = 226+122+79=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A4F is #1D85B0. Grayscale: #949494. Windows color (decimal): -1934769 or 5208802. OLE color: 5208802.

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

Color convert

RGB22612279-
CMYK00.460.650.11
HSL17.55º71.71%59.8%-
HSV(B)17.55º65.04%88.63%-
XYZ39.7330.6511.22-
YUV148.1988.96183.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.93%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=52.93%
G=28.57%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261227900.460.650.1117.5571.7159.8
HexE27A4F02E41B12483c
Octal342172117056101132211074
Binary1110001011110101001111010111010000011011100101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A4F; }

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

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

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

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

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

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

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

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