#EB7143

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

Shades of Jaffa #EB7143

Tints of Jaffa #EB7143

Color information

#EB7143 (or 0xEB7143) is unknown color: approx Jaffa. HEX triplet: EB, 71 and 43. RGB value is (235,113,67). Sum of RGB (Red+Green+Blue) = 235+113+67=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7143 is #148EBC. Grayscale: #909090. Windows color (decimal): -1347261 or 4420075. OLE color: 4420075.

HSL color Cylindrical-coordinate representation of color #EB7143: hue angle of 16.43º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB7143 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23511367-
CMYK00.520.710.08
HSL16.43º80.77%59.22%-
HSV(B)16.43º71.49%92.16%-
XYZ41.1829.888.91-
YUV144.2384.42192.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.63%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 67 (26.56% from 255) = 16.14%
R=56.63%
G=27.23%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351136700.520.710.0816.4380.7759.22
HexEB714303447810513b
Octal353161103064107102012173
Binary1110101111100011000011011010010001111000100001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7143; }

 p { color: rgb(235,113,67); }

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

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

 a { background-color: rgb(235,113,67); }

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

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

 span { border-color: rgb(235,113,67); }

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