#E07C50

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

Shades of Jaffa #E07C50

Tints of Jaffa #E07C50

Color information

#E07C50 (or 0xE07C50) is unknown color: approx Jaffa. HEX triplet: E0, 7C and 50. RGB value is (224,124,80). Sum of RGB (Red+Green+Blue) = 224+124+80=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C50 is #1F83AF. Grayscale: #959595. Windows color (decimal): -2065328 or 5274848. OLE color: 5274848.

HSL color Cylindrical-coordinate representation of color #E07C50: hue angle of 18.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E07C50 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22412480-
CMYK00.450.640.12
HSL18.33º69.9%59.61%-
HSV(B)18.33º64.29%87.84%-
XYZ39.430.8411.47-
YUV148.8889.13181.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.34%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=52.34%
G=28.97%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241248000.450.640.1218.3369.959.61
HexE07C5002D40C12463c
Octal340174120055100142210674
Binary1110000011111001010000010110110000001100100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07C50; }

 p { color: rgb(224,124,80); }

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

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

 a { background-color: rgb(224,124,80); }

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

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

 span { border-color: rgb(224,124,80); }

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