#E27B4A

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

Shades of Jaffa #E27B4A

Tints of Jaffa #E27B4A

Color information

#E27B4A (or 0xE27B4A) is unknown color: approx Jaffa. HEX triplet: E2, 7B and 4A. RGB value is (226,123,74). Sum of RGB (Red+Green+Blue) = 226+123+74=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27B4A is #1D84B5. Grayscale: #949494. Windows color (decimal): -1934518 or 4881378. OLE color: 4881378.

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

Color convert

RGB22612374-
CMYK00.460.670.11
HSL19.34º72.38%58.82%-
HSV(B)19.34º67.26%88.63%-
XYZ39.6830.8310.34-
YUV148.2186.12183.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.43%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=53.43%
G=29.08%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261237400.460.670.1119.3472.3858.82
HexE27B4A02E43B13483b
Octal342173112056103132311073
Binary1110001011110111001010010111010000111011100111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27B4A; }

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

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

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

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

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

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

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

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