Html Css Color HEX #EC7540 Jaffa

📋 copy color: '#EC7540'

red 236 ◦ green 117 ◦ blue 64

#EC7540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #EC7540

Tints of Jaffa #EC7540

RGB

 RED value IS 236 (92.58% from 255) = 56.59%

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 56.59%
G = 28.06%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC7540 (or 0xEC7540) is known color: Jaffa. HEX triplet: EC, 75 and 40. RGB value is (236,117,64). Sum of RGB (Red+Green+Blue) = 236+117+64=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7540 is #138ABF. Grayscale: #929292. Windows color (decimal): -1280704 or 4224492. OLE color: 4224492.

HSL color Cylindrical-coordinate representation of color #EC7540: hue angle of 18.49º degrees, saturation: 0.82, 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 #EC7540 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 64 -
CMYK 0 0.50 0.73 0.07
HSL 18.49º 0.82% 0.59% -
HSV(B) 18.49º 0.73% 0.93% -
XYZ 41.88 30.93 8.61 -
YUV 146.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 236 117 64 0 0.50 0.73 0.07 18.49 0.82 0.59
Hex EC 75 40 0 32 49 7 12 52 3B
Octal 354 165 100 0 62 111 7 22 122 73
Binary 11101100 1110101 1000000 0 110010 1001001 111 10010 1010010 111011

Color Harmonies of #EC7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7540

Black with #EC7540

Text Example


Text Example

White with #EC7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7540; }

 p { color: rgb(236,117,64); }

 H1.HeaderClassName
 {
   color: #EC7540;
 }
 .AnyTagClassName
 {
   color: #EC7540;
 }
</style>

background-color css

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

 a { background-color: rgb(236,117,64); }

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

border-color css

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

 span { border-color: rgb(236,117,64); }

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