Html Css Color HEX #EC6E40 Jaffa

📋 copy color: '#EC6E40'

red 236 ◦ green 110 ◦ blue 64

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

Shades of Jaffa #EC6E40

Tints of Jaffa #EC6E40

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

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

R = 57.56%
G = 26.83%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC6E40 (or 0xEC6E40) is known color: Jaffa. HEX triplet: EC, 6E and 40. RGB value is (236,110,64). Sum of RGB (Red+Green+Blue) = 236+110+64=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6E40 is #1391BF. Grayscale: #8E8E8E. Windows color (decimal): -1282496 or 4222700. OLE color: 4222700.

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

Color convert

RGB 236 110 64 -
CMYK 0 0.53 0.73 0.07
HSL 16.05º 0.82% 0.59% -
HSV(B) 16.05º 0.73% 0.93% -
XYZ 41.09 29.35 8.35 -
YUV 142.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 236 110 64 0 0.53 0.73 0.07 16.05 0.82 0.59
Hex EC 6E 40 0 35 49 7 10 52 3B
Octal 354 156 100 0 65 111 7 20 122 73
Binary 11101100 1101110 1000000 0 110101 1001001 111 10000 1010010 111011

Color Harmonies of #EC6E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E40

Black with #EC6E40

Text Example


Text Example

White with #EC6E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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