#E2824E

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

Shades of Jaffa #E2824E

Tints of Jaffa #E2824E

Color information

#E2824E (or 0xE2824E) is unknown color: approx Jaffa. HEX triplet: E2, 82 and 4E. RGB value is (226,130,78). Sum of RGB (Red+Green+Blue) = 226+130+78=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2824E is #1D7DB1. Grayscale: #999999. Windows color (decimal): -1932722 or 5145314. OLE color: 5145314.

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

Color convert

RGB22613078-
CMYK00.420.650.11
HSL21.08º71.84%59.61%-
HSV(B)21.08º65.49%88.63%-
XYZ40.7232.6811.37-
YUV152.7885.8180.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.07%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 78 (30.86% from 255) = 17.97%
R=52.07%
G=29.95%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261307800.420.650.1121.0871.8459.61
HexE2824E02A41B15483c
Octal342202116052101132511074
Binary11100010100000101001110010101010000011011101011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2824E; }

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

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

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

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

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

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

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

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