#EA7648

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

Shades of Jaffa #EA7648

Tints of Jaffa #EA7648

Color information

#EA7648 (or 0xEA7648) is unknown color: approx Jaffa. HEX triplet: EA, 76 and 48. RGB value is (234,118,72). Sum of RGB (Red+Green+Blue) = 234+118+72=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7648 is #1589B7. Grayscale: #939393. Windows color (decimal): -1411512 or 4749034. OLE color: 4749034.

HSL color Cylindrical-coordinate representation of color #EA7648: hue angle of 17.04º degrees, saturation: 0.79, 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 #EA7648 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23411872-
CMYK00.500.690.08
HSL17.04º79.41%60%-
HSV(B)17.04º69.23%91.76%-
XYZ41.5830.929.91-
YUV147.4485.43189.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.19%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=55.19%
G=27.83%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341187200.500.690.0817.0479.4160
HexEA7648032458114f3c
Octal352166110062105102111774
Binary1110101011101101001000011001010001011000100011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7648; }

 p { color: rgb(234,118,72); }

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

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

 a { background-color: rgb(234,118,72); }

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

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

 span { border-color: rgb(234,118,72); }

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