Html Css Color HEX #EC713D Jaffa

📋 copy color: '#EC713D'

red 236 ◦ green 113 ◦ blue 61

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

Shades of Jaffa #EC713D

Tints of Jaffa #EC713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 57.56%
G = 27.56%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC713D (or 0xEC713D) is known color: Jaffa. HEX triplet: EC, 71 and 3D. RGB value is (236,113,61). Sum of RGB (Red+Green+Blue) = 236+113+61=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC713D is #138EC2. Grayscale: #909090. Windows color (decimal): -1281731 or 4026860. OLE color: 4026860.

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

Color convert

RGB 236 113 61 -
CMYK 0 0.52 0.74 0.07
HSL 17.83º 0.82% 0.58% -
HSV(B) 17.83º 0.74% 0.93% -
XYZ 41.34 29.98 8.02 -
YUV 143.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 236 113 61 0 0.52 0.74 0.07 17.83 0.82 0.58
Hex EC 71 3D 0 34 4A 7 12 52 3A
Octal 354 161 75 0 64 112 7 22 122 72
Binary 11101100 1110001 111101 0 110100 1001010 111 10010 1010010 111010

Color Harmonies of #EC713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC713D

Black with #EC713D

Text Example


Text Example

White with #EC713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC713D; }

 p { color: rgb(236,113,61); }

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

background-color css

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

 a { background-color: rgb(236,113,61); }

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

border-color css

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

 span { border-color: rgb(236,113,61); }

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