#E27B4E

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

Shades of Jaffa #E27B4E

Tints of Jaffa #E27B4E

Color information

#E27B4E (or 0xE27B4E) is unknown color: approx Jaffa. HEX triplet: E2, 7B and 4E. RGB value is (226,123,78). Sum of RGB (Red+Green+Blue) = 226+123+78=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27B4E is #1D84B1. Grayscale: #949494. Windows color (decimal): -1934514 or 5143522. OLE color: 5143522.

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

Color convert

RGB22612378-
CMYK00.460.650.11
HSL18.24º71.84%59.61%-
HSV(B)18.24º65.49%88.63%-
XYZ39.8230.8811.07-
YUV148.6788.12183.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.93%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=52.93%
G=28.81%
B=18.27%

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
Decimal2261237800.460.650.1118.2471.8459.61
HexE27B4E02E41B12483c
Octal342173116056101132211074
Binary1110001011110111001110010111010000011011100101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27B4E; }

 p { color: rgb(226,123,78); }

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

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

 a { background-color: rgb(226,123,78); }

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

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

 span { border-color: rgb(226,123,78); }

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