#ed7544

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

Shades of Jaffa #ED7544

Tints of Jaffa #ED7544

Color information

#ED7544 (or 0xED7544) is unknown color: approx Jaffa. HEX triplet: ED, 75 and 44. RGB value is (237,117,68). Sum of RGB (Red+Green+Blue) = 237+117+68=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7544 is #128ABB. Grayscale: #939393. Windows color (decimal): -1215164 or 4486637. OLE color: 4486637.

HSL color Cylindrical-coordinate representation of color #ED7544: hue angle of 17.4º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED7544 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23711768-
CMYK00.510.710.07
HSL17.4º82.44%59.8%-
HSV(B)17.4º71.31%92.94%-
XYZ42.3331.149.25-
YUV147.2983.26191.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.16%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=56.16%
G=27.73%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371176800.510.710.0717.482.4459.8
HexED754403347711523c
Octal35516510406310772112274
Binary111011011110101100010001100111000111111100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7544; }

 p { color: rgb(237,117,68); }

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

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

 a { background-color: rgb(237,117,68); }

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

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

 span { border-color: rgb(237,117,68); }

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