#ED7240

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

Shades of Jaffa #ED7240

Tints of Jaffa #ED7240

Color information

#ED7240 (or 0xED7240) is unknown color: approx Jaffa. HEX triplet: ED, 72 and 40. RGB value is (237,114,64). Sum of RGB (Red+Green+Blue) = 237+114+64=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7240 is #128DBF. Grayscale: #919191. Windows color (decimal): -1215936 or 4223725. OLE color: 4223725.

HSL color Cylindrical-coordinate representation of color #ED7240: hue angle of 17.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED7240 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23711464-
CMYK00.520.730.07
HSL17.34º82.78%59.02%-
HSV(B)17.34º73%92.94%-
XYZ41.8730.418.51-
YUV145.0882.25193.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=57.11%
G=27.47%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371146400.520.730.0717.3482.7859.02
HexED724003449711533b
Octal35516210006411172112373
Binary111011011110010100000001101001001001111100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7240; }

 p { color: rgb(237,114,64); }

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

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

 a { background-color: rgb(237,114,64); }

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

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

 span { border-color: rgb(237,114,64); }

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