#EB7B49

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

Shades of Jaffa #EB7B49

Tints of Jaffa #EB7B49

Color information

#EB7B49 (or 0xEB7B49) is unknown color: approx Jaffa. HEX triplet: EB, 7B and 49. RGB value is (235,123,73). Sum of RGB (Red+Green+Blue) = 235+123+73=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7B49 is #1484B6. Grayscale: #979797. Windows color (decimal): -1344695 or 4815851. OLE color: 4815851.

HSL color Cylindrical-coordinate representation of color #EB7B49: hue angle of 18.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB7B49 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23512373-
CMYK00.480.690.08
HSL18.52º80.2%60.39%-
HSV(B)18.52º68.94%92.16%-
XYZ42.5532.3110.3-
YUV150.7984.11188.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 73 (28.91% from 255) = 16.94%
R=54.52%
G=28.54%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351237300.480.690.0818.5280.260.39
HexEB7B4903045813503c
Octal353173111060105102312074
Binary1110101111110111001001011000010001011000100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B49; }

 p { color: rgb(235,123,73); }

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

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

 a { background-color: rgb(235,123,73); }

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

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

 span { border-color: rgb(235,123,73); }

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