Html Css Color HEX #EC703E Jaffa

📋 copy color: '#EC703E'

red 236 ◦ green 112 ◦ blue 62

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

Shades of Jaffa #EC703E

Tints of Jaffa #EC703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

 BLUE value IS 62 (24.61% from 255) = 15.12%

R = 57.56%
G = 27.32%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC703E (or 0xEC703E) is known color: Jaffa. HEX triplet: EC, 70 and 3E. RGB value is (236,112,62). Sum of RGB (Red+Green+Blue) = 236+112+62=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC703E is #138FC1. Grayscale: #8F8F8F. Windows color (decimal): -1281986 or 4092140. OLE color: 4092140.

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

Color convert

RGB 236 112 62 -
CMYK 0 0.53 0.74 0.07
HSL 17.24º 0.82% 0.58% -
HSV(B) 17.24º 0.74% 0.93% -
XYZ 41.26 29.77 8.13 -
YUV 143.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 236 112 62 0 0.53 0.74 0.07 17.24 0.82 0.58
Hex EC 70 3E 0 35 4A 7 11 52 3A
Octal 354 160 76 0 65 112 7 21 122 72
Binary 11101100 1110000 111110 0 110101 1001010 111 10001 1010010 111010

Color Harmonies of #EC703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC703E

Black with #EC703E

Text Example


Text Example

White with #EC703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC703E; }

 p { color: rgb(236,112,62); }

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

background-color css

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

 a { background-color: rgb(236,112,62); }

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

border-color css

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

 span { border-color: rgb(236,112,62); }

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