#EC7B42

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

Shades of Jaffa #EC7B42

Tints of Jaffa #EC7B42

Color information

#EC7B42 (or 0xEC7B42) is unknown color: approx Jaffa. HEX triplet: EC, 7B and 42. RGB value is (236,123,66). Sum of RGB (Red+Green+Blue) = 236+123+66=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7B42 is #1384BD. Grayscale: #969696. Windows color (decimal): -1279166 or 4357100. OLE color: 4357100.

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

Color convert

RGB23612366-
CMYK00.480.720.07
HSL20.12º81.73%59.22%-
HSV(B)20.12º72.03%92.55%-
XYZ42.6632.399.16-
YUV150.2980.44189.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=55.53%
G=28.94%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361236600.480.720.0720.1281.7359.22
HexEC7B4203048714523b
Octal35417310206011072412273
Binary111011001111011100001001100001001000111101001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7B42; }

 p { color: rgb(236,123,66); }

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

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

 a { background-color: rgb(236,123,66); }

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

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

 span { border-color: rgb(236,123,66); }

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