#E27B41

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

Shades of Jaffa #E27B41

Tints of Jaffa #E27B41

Color information

#E27B41 (or 0xE27B41) is unknown color: approx Jaffa. HEX triplet: E2, 7B and 41. RGB value is (226,123,65). Sum of RGB (Red+Green+Blue) = 226+123+65=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27B41 is #1D84BE. Grayscale: #939393. Windows color (decimal): -1934527 or 4291554. OLE color: 4291554.

HSL color Cylindrical-coordinate representation of color #E27B41: hue angle of 21.61º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E27B41 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB22612365-
CMYK00.460.710.11
HSL21.61º73.52%57.06%-
HSV(B)21.61º71.24%88.63%-
XYZ39.430.728.85-
YUV147.1881.62184.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.59%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 65 (25.78% from 255) = 15.70%
R=54.59%
G=29.71%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261236500.460.710.1121.6173.5257.06
HexE27B4102E47B164a39
Octal342173101056107132611271
Binary1110001011110111000001010111010001111011101101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27B41; }

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

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

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

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

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

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

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

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