#E27F47

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

Shades of Jaffa #E27F47

Tints of Jaffa #E27F47

Color information

#E27F47 (or 0xE27F47) is unknown color: approx Jaffa. HEX triplet: E2, 7F and 47. RGB value is (226,127,71). Sum of RGB (Red+Green+Blue) = 226+127+71=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27F47 is #1D80B8. Grayscale: #969696. Windows color (decimal): -1933497 or 4685794. OLE color: 4685794.

HSL color Cylindrical-coordinate representation of color #E27F47: hue angle of 21.68º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E27F47 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22612771-
CMYK00.440.690.11
HSL21.68º72.77%58.24%-
HSV(B)21.68º68.58%88.63%-
XYZ40.0931.89.99-
YUV150.2283.3182.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.30%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 71 (28.12% from 255) = 16.75%
R=53.30%
G=29.95%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261277100.440.690.1121.6872.7758.24
HexE27F4702C45B16493a
Octal342177107054105132611172
Binary1110001011111111000111010110010001011011101101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27F47; }

 p { color: rgb(226,127,71); }

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

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

 a { background-color: rgb(226,127,71); }

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

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

 span { border-color: rgb(226,127,71); }

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