Html Css Color HEX #EC6D41 Jaffa

📋 copy color: '#EC6D41'

red 236 ◦ green 109 ◦ blue 65

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

Shades of Jaffa #EC6D41

Tints of Jaffa #EC6D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 57.56%
G = 26.59%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC6D41 (or 0xEC6D41) is known color: Jaffa. HEX triplet: EC, 6D and 41. RGB value is (236,109,65). Sum of RGB (Red+Green+Blue) = 236+109+65=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6D41 is #1392BE. Grayscale: #8E8E8E. Windows color (decimal): -1282751 or 4287980. OLE color: 4287980.

HSL color Cylindrical-coordinate representation of color #EC6D41: hue angle of 15.44º 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 #EC6D41 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 109 65 -
CMYK 0 0.54 0.72 0.07
HSL 15.44º 0.82% 0.59% -
HSV(B) 15.44º 0.72% 0.93% -
XYZ 41.01 29.15 8.47 -
YUV 141.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 236 109 65 0 0.54 0.72 0.07 15.44 0.82 0.59
Hex EC 6D 41 0 36 48 7 F 52 3B
Octal 354 155 101 0 66 110 7 17 122 73
Binary 11101100 1101101 1000001 0 110110 1001000 111 1111 1010010 111011

Color Harmonies of #EC6D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D41

Black with #EC6D41

Text Example


Text Example

White with #EC6D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D41; }

 p { color: rgb(236,109,65); }

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

background-color css

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

 a { background-color: rgb(236,109,65); }

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

border-color css

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

 span { border-color: rgb(236,109,65); }

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